constants SortOrderEnum
Specifies the column's order type. Use the
SortOrder
property to specify the column's sort order
Name
Value
Description
SortNone
0
The column is not sorted.
SortAscending
1
The column is sorted ascending.
SortDescending
2
The column is sorted descending.