SelectColumn Method

Selects one or more columns.

Syntax

expression**.SelectColumn(Column, Additional, Extend, Add)**

*expression   *     Optional. An expression that returns an Application object.

Column    Optional Integer. The number of the column to select. (Columns are numbered from left to right, starting with 2.) The default is the active column.

Additional    Optional Integer. The number of columns to select in addition to the active column.

Extend    Optional Boolean. True if the active selection is extended into the new selection. The default value is False.

Add    Optional Boolean. True if the new selection is added to the active selection. The default value is False.

Applies to | Application Object

See Also | SelectAll Method | SelectBeginning Method | SelectCell Method | SelectCellDown Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectEnd Method | SelectRange Method | SelectResourceCell Method | SelectResourceColumn Method | SelectRow Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method | SetSplitBar Method