SelectCellDown Method

Selects cells downward from the current selection.

Syntax

expression**.SelectCellDown(NumCells, Extend)**

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

NumCells    Optional Long. The number of cells to select downward from the current selection. The default value is 1.

Extend    Optional Boolean. True if the current selection is extended to the specified cell. The default value is False.

Remarks

The SelectCellDown method is not available when the Calendar, Network Diagram, or Resource Graph is the active view.

Applies to | Application Object

See Also | SelectBeginning Method | SelectCell Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectEnd Method | SelectionExtend Method | SelectResourceCell Method | SelectResourceColumn Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method