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)

Usage

Dim wdCollapseDirection1 As WdCollapseDirection = WdCollapseDirection.wdCollapseEnd

Syntax

Public Enum WdCollapseDirection
public enum WdCollapseDirection
public enum class WdCollapseDirection
public enum WdCollapseDirection
public enum WdCollapseDirection

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace