Selection.SelectColumn Method

Definition

Selects the column that contains the insertion point, or selects all columns that contain the selection.

public:
 void SelectColumn();
public void SelectColumn ();
abstract member SelectColumn : unit -> unit
Public Sub SelectColumn ()

Remarks

If the selection isn't in a table, an error occurs.

Applies to