Enum SortOrder
Specifies the direction in which to sort cell values: ascending or descending.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum SortOrder
Ascending
Sorts values from lowest to highest.
Descending
Sorts values from highest to lowest.