WdCollapseDirection Enumeration

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdCollapseDirection
'Usage
Dim instance As WdCollapseDirection
public enum WdCollapseDirection

Members

Member name Description
wdCollapseStart Collapse the range to the starting point.
wdCollapseEnd Collapse the range to the ending point.

See Also

Reference

Microsoft.Office.Interop.Word Namespace