WdSortSeparator Enum

Definition

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

wdSortSeparateByCommas 1

Comma.

wdSortSeparateByDefaultTableSeparator 2

Default table separator.

wdSortSeparateByTabs 0

Tab.

Remarks

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

Applies to