TTMSFNCDataGridSortDirection Enumeration
Sort direction applied to a column.
API unit family: TMSFNCDataGridCore
Members
| Name | Description |
|---|---|
gsdNone |
No sort order applied; rows appear in their original or insertion order. |
gsdAscending |
Ascending order: A→Z for text, low→high for numbers and dates. |
gsdDescending |
Descending order: Z→A for text, high→low for numbers and dates. |