WdMovementType Enumeration

Specifies the way the selection is moved.

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

Syntax

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

Members

Member name Description
wdMove The selection is collapsed to an insertion point and moved to the end of the specified unit. Default.
wdExtend The end of the selection is extended to the end of the specified unit.

See Also

Reference

Microsoft.Office.Interop.Word Namespace