Options.CursorMovement Property
Returns or sets how the insertion point progresses within bidirectional text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CursorMovement As WdCursorMovement
Get
Set
'Usage
Dim instance As Options
Dim value As WdCursorMovement
value = instance.CursorMovement
instance.CursorMovement = value
WdCursorMovement CursorMovement { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdCursorMovement