constants SortOrderEnum
Specifies the column's sort order. Use the SortOrder property to change the column's sort order.

NameValueDescription
SortNone0 The column is not sorted.
SortAscending1 The column is sorted ascending.
SortDescending2 The column is sorted descending.