XlSortOrder 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 sort order for the specified field or range.
public enum class XlSortOrder
public enum XlSortOrder
Public Enum XlSortOrder
- Inheritance
-
XlSortOrder
Fields
Name | Value | Description |
---|---|---|
xlAscending | 1 | default. Sorts the specified field in ascending order. |
xlDescending | 2 | Sorts the specified field in descending order. |