constants SortOrderEnum
The SortOrderEnum type specifies how a column is sorted. The SortOrder property specifies the default sorting order for a pivot column. For instance, the SortOrder property specifies the default sort order when the user drags a column from the pivot columns floating bar to the control's pivot bar.

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