Share via


Application.SelectEnd Method

Project Developer Reference

Selects the last cell in the active table that contains a resource or task.

Syntax

expression.SelectEnd(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. If the active view is the Network Diagram or Resource Graph, Extend is ignored. The default value is False.

Return Value
Boolean

Remarks

In the Resource Graph, SelectEnd selects the resource with the highest identification number. In the Network Diagram, SelectEnd selects the box closest to the lower-right corner of the view. The SelectEnd method is not available when the Calendar is the active view.

See Also