XlSortDataOption 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 how to sort text.
public enum class XlSortDataOption
public enum XlSortDataOption
Public Enum XlSortDataOption
- Inheritance
-
XlSortDataOption
Fields
Name | Value | Description |
---|---|---|
xlSortNormal | 0 | default. Sorts numeric and text data separately. |
xlSortTextAsNumbers | 1 | Treat text as numeric data for the sort. |