[]
Specifies how to sort text.
public enum SortDataOption : byte
Public Enum SortDataOption As Byte
| Name | Description |
|---|---|
| Normal | Sorts numeric and text data separately. |
| TextAsNumbers | Treat text as numeric data for the sort. |