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