public enum SortFlags : System.Enum
'Declaration
Public Enum SortFlags Inherits System.Enum
Member | Description |
---|---|
Ascending | Sort in ascending order. |
AsDisplayed | Sort using the string representation of the data. In this mode, "100" appears before "2". |
Descending | Sort in descending order. |
IgnoreCase | Ignore case when sorting strings. |
None | Do not sort. This setting is useful for skipping certain columns when sorting column ranges. |
UseColSort | Use the flags stored in the Column.Sort property of individual Column objects. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexGrid.SortFlags