WdCollapseDirection 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 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
Name | Value | Description |
---|---|---|
wdCollapseEnd | 0 | Collapse the range to the ending point. |
wdCollapseStart | 1 | Collapse the range to the starting point. |