Returns or sets the selection behavior based on visual cursor movement in a right-to-left language document. Read/write Long.
Can be either of the following WdVisualSelection constants.
Constant | Description |
---|---|
wdVisualSelectionBlock | All selected lines are the same width. |
wdVisualSelectionContinuous | The selection wraps from line to line. |
Remarks
The CursorMovement property must be set to wdCursorMovementVisual in order to use this property.