Selection.SelectColumn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.