SortOrder Enumeration
The SortOrder enumeration provides options to indicate if a sorted column is in ascending or descending order.
Enumeration Values
Name | Summary |
---|---|
Asc | Specifies that the items are sorted in ascending order. |
Desc | Specifies that the items are sorted in descending order. |