constants SortOrderEnum

Specifies the column's order type. Use the SortOrder property to specify the column's sort order

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