Application.SelectCellDown Method
Project Developer Reference |
Selects cells downward from the current selection.
Syntax
expression.SelectCellDown(NumCells, Extend)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
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. |
Return Value
Boolean
Remarks
The SelectCellDown method is not available when the Calendar, Network Diagram, or Resource Graph is the active view.
See Also