SortOrder Enum
SortOrder Enum
Represents sort order for the data range.
type SortOrder int32
Fields
| Field | Description |
|---|---|
| Ascending | Sorts data in ascending order |
| Descending | Sorts data in descending order |
| Natural | Keeps original data order without sorting. Only applies to some special scenarios such as PivotTable. |