Selection.ColumnSelectMode Property

Definition

Determines if column selection mode is active.

public:
 property bool ColumnSelectMode { bool get(); void set(bool value); };
public bool ColumnSelectMode { get; set; }
member this.ColumnSelectMode : bool with get, set
Public Property ColumnSelectMode As Boolean

Property Value

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.

Applies to