SortOrder enumeration

SortOrder enumeration

Represents sort order for the data range.

The SortOrder type exposes the following members:

Fields

FieldDescription
ASCENDINGSorts data in ascending order
DESCENDINGSorts data in descending order
NATURALKeeps original data order without sorting. Only applies to some special scenarios such as PivotTable.

See Also