WdCollapseDirection Enum

Definition

Specifies the direction in which to collapse a range or selection.

public enum class WdCollapseDirection
[System.Runtime.InteropServices.Guid("2DEF3465-D4C4-369B-B91E-68C9711F3A6C")]
public enum WdCollapseDirection
type WdCollapseDirection = 
Public Enum WdCollapseDirection
Inheritance
WdCollapseDirection
Attributes

Fields

wdCollapseEnd 0

Collapse the range to the ending point.

wdCollapseStart 1

Collapse the range to the starting point.

Applies to