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 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.