Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the sort type to apply when sorting a column.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSortFieldType
'Usage
Dim instance As WdSortFieldType
public enum WdSortFieldType
Members
| Member name | Description | |
|---|---|---|
| wdSortFieldAlphanumeric | Alphanumeric order. | |
| wdSortFieldNumeric | Numeric order. | |
| wdSortFieldDate | Date order. | |
| wdSortFieldSyllable | Syllable order. | |
| wdSortFieldJapanJIS | Japanese JIS order. | |
| wdSortFieldStroke | Stroke order. | |
| wdSortFieldKoreaKS | Korean KS order. |