Sort the column in ascending or descending order
Member of Combo Box Column (PRIM_CBCL)
Data Type - Enumeration
SortDirection controls how the data in a list column is sorted. It will only be evaluated if the SortPosition on the column is greater than zero. The sort direction can be reversed by clicking the column heading of the list, provided sorting has been enabled by the SortOnClick property.
Enum Value | Description |
---|---|
Ascending | Sort in ascending ASCII sequence |
Descending | Sort in descending ASCII sequence |
Febuary 18 V14SP2