SortDirections 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.
Specifies the direction of the sort.
public enum class SortDirections
public enum SortDirections
type SortDirections =
Public Enum SortDirections
- Inheritance
-
SortDirections
Fields
Name | Value | Description |
---|---|---|
Ascending | 0 | The direction is Ascending. |
Descending | 1 | The direction is Descending. |