Aspose::Cells::SortOrder enum

SortOrder enum

Represents sort order for the data range.

enum class SortOrder

Values

NameValueDescription
Ascending0
Sorts data in ascending order.
Descending1
Sorts data in descending order.
Natural2
Keeps original data order without sorting. Only applies to some special scenarios such as PivotTable.

See Also