ISortedRule Interface |
Namespace: Spire.Xls.Core
The ISortedRule type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
SortDate |
Sorts the Date type values with the specified column.
|
|
|
SortDateDesc |
Sorts the Datea type values in Descending order with the specified column.
|
|
|
SortFloat |
Sorts the Float values with the specified column.
|
|
|
SortFloatDesc |
Sorts the Float type values in Descending order with the specified column.
|
|
|
SortInt |
Sorts the integer type data with the specified column index.
|
|
|
SortIntDesc |
Sorts the Integer type values in Descending order with the specified column.
|
|
|
SortOnTypes |
Sorts the based on the types with the specified column.
|
|
|
SortString |
Sorts the string type values with the specified column.
|
|
|
SortStringDesc |
Sorts the string type values in Descending order with the specified column.
|