Options.CursorMovement Property (Word)

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.

Options.CursorMovement = wdCursorMovementVisual

See Also

Concepts

Options Object Members

Options Object