WdSortFieldType Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace