Options.CursorMovement Property

Word Developer Reference

Returns or sets how the insertion point progresses within bidirectional text. Read/write WdCursorMovement.

Syntax

expression.CursorMovement

expression   Required. A variable that represents an Options collection.

Example

This example sets the insertion point to progress to the next visually adjacent character as it moves through bidirectional text.

Visual Basic for Applications
  Options.CursorMovement = wdCursorMovementVisual

See Also