Selection.ColumnSelectMode Property

Determines if column selection mode is active.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ColumnSelectMode As Boolean
    Get
    Set
'Usage
Dim instance As Selection
Dim value As Boolean

value = instance.ColumnSelectMode

instance.ColumnSelectMode = value
bool ColumnSelectMode { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if column selection mode is active, and False if not.

When this mode is active, the letters "COL" appear on the status bar.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace