Application.SelectRowEnd Method
Project Developer Reference |
Selects the last cell in the row containing the active cell.
Syntax
expression.SelectRowEnd(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 last cell. The default value is False. |
Return Value
Boolean
Remarks
The SelectRowEnd 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