SortDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides guidance to reporting tools on how to sort values.
public enum SortDirection
type SortDirection =
Public Enum SortDirection
- Inheritance
-
SortDirection
Fields
Ascending | 1 | The ascending sort direction. |
Default | 0 | The default sort direction. |
Descending | 2 | The descending sort direction. |
Remarks
Use "Default" to get the appropriate sorting based on the data type.