WdSortSeparator Enumeration

Specifies the type of field separator.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdSortSeparator
'Usage
Dim instance As WdSortSeparator
public enum WdSortSeparator

Members

Member name Description
wdSortSeparateByTabs Tab.
wdSortSeparateByCommas Comma.
wdSortSeparateByDefaultTableSeparator Default table separator.

Remarks

Used with the Sort method of the Range or Selection object.

See Also

Reference

Microsoft.Office.Interop.Word Namespace