Application.SelectRowStart Method
Project Developer Reference |
Selects the first cell in the row containing the active cell.
Syntax
expression.SelectRowStart(Extend)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Extend | Optional | Boolean | True if the current selection is extended to the first cell. The default value is False. |
Return Value
Boolean
Remarks
The SelectRowStart method is only available when the Gantt Chart, Task Sheet, Task Usage view, Resource Sheet, or Resource Usage view is the active view.
See Also