WdSortFieldType 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 type to apply when sorting a column.
public enum class WdSortFieldType
[System.Runtime.InteropServices.Guid("80EB5D8F-AF97-3E3F-9EBD-1B1C645CBCC4")]
public enum WdSortFieldType
type WdSortFieldType =
Public Enum WdSortFieldType
- Inheritance
-
WdSortFieldType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSortFieldAlphanumeric | 0 | Alphanumeric order. |
wdSortFieldNumeric | 1 | Numeric order. |
wdSortFieldDate | 2 | Date order. |
wdSortFieldSyllable | 3 | Syllable order. |
wdSortFieldJapanJIS | 4 | Japanese JIS order. |
wdSortFieldStroke | 5 | Stroke order. |
wdSortFieldKoreaKS | 6 | Korean KS order. |