SortOptions 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 SortOptions
public enum SortOptions
type SortOptions =
Public Enum SortOptions
- Inheritance
-
SortOptions
Fields
Name | Value | Description |
---|---|---|
None | 0 | The direction is None. |
Ascending | 1 | The direction is Ascending. |
Descending | 2 | The direction is Descending. |