WdSortSeparator 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 type of field separator.
public enum class WdSortSeparator
[System.Runtime.InteropServices.Guid("2FDDCDF6-144E-3F5C-AB71-5F689C31A753")]
public enum WdSortSeparator
type WdSortSeparator =
Public Enum WdSortSeparator
- Inheritance
-
WdSortSeparator
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSortSeparateByTabs | 0 | Tab. |
wdSortSeparateByCommas | 1 | Comma. |
wdSortSeparateByDefaultTableSeparator | 2 | Default table separator. |
Remarks
Used with the Sort method of the Range or Selection object.