SelectResourceColumn Method

Selects a column containing resource information.

Syntax

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

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

Column    Optional String. The field name of the column to select. The default is the column containing the active cell.

Additional    Optional Integer. The number of additional columns to select to the right of Column. If Extend is True, Additional is ignored. The default value is 0.

Extend    Optional Boolean. True if all columns between the current selection and Column are selected. The default value is False.

Add    Optional Boolean. True if the current column is included in the selection. The default value is False.

Remarks

The SelectResourceColumn method is only available when the Resource Sheet or Resource Usage view is the active view.

Applies to | Application Object

See Also | SelectBeginning Method | SelectCell Method | SelectCellDown Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectColumn Method | SelectEnd Method | SelectResourceCell Method | SelectResourceField Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method