SortOrder
SortOrder enumeration
Represents sort order for the data range.
Values
| Name | Value | Description |
|---|---|---|
| Ascending | 0 | Sorts data in ascending order |
| Descending | 1 | Sorts data in descending order |
| Natural | 2 | Keeps original data order without sorting. Only applies to some special scenarios such as PivotTable. |