WdVisualSelection Enumeration
Specifies the selection behavior based on visual cursor movement in a right-to-left language document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdVisualSelection
'Usage
Dim instance As WdVisualSelection
public enum WdVisualSelection
Members
Member name | Description | |
---|---|---|
wdVisualSelectionBlock | All selected lines are the same width. | |
wdVisualSelectionContinuous | The selection wraps from line to line. |