Name | Value | Description | |||
SortString | 0 | (Default) Values are sorted as strings. | |||
SortNumeric | 1 | Values are sorted as numbers. Any non-numeric value is evaluated as 0. | |||
SortDate | 2 | Values are sorted as dates. Group ranges are one day. | |||
SortDateTime | 3 | Values are sorted as dates and times. Group ranges are one second. | |||
SortTime | 4 | Values are sorted using the time part of a date and discarding the date. Group ranges are one second. | |||
SortUserData | 5 | The CellData property indicates the values being sorted. Values are sorted as numbers. | |||
SortUserDataString | 6 | The CellData property indicates the values being sorted. Values are sorted as strings. | |||
exSortByValue | 16 | The column gets sorted by cell's value rather than cell's caption. | |||
exSortByState | 32 | The column gets sorted by cell's state rather than cell's caption. | |||
exSortByImage | 48 | The column gets sorted by cell's image rather than cell's caption. |