SelectRow Method

Selects one or more rows.

Syntax

expression**.SelectRow(Row, RowRelative, Height, Extend, Add)**

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

Row    Optional Long. The number of the row to select. The default is the active row.

RowRelative    Optional Boolean. True if the location of the new selection is relative to the active selection. The default value is True.

Height    Optional Long. The number of rows to select in addition to the active cell.

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 | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method