Selection Object Members
Project Developer Reference |
A Selection object represents a selection in the active project. There is no collection for Selection objects. The Selection object can be accessed only through the Application.ActiveSelection property.
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object. Read-only Object. |
![]() |
FieldIDList | Returns a List object representing all field identification numbers for the selected fields. Read-only Object. |
![]() |
FieldNameList | Returns a List object representing the field names (or column titles, if available) for all selected fields.Read-only object. |
![]() |
Parent | Returns the parent of the object. Read-only Object. |
![]() |
Resources | Returns a Resources collection representing the resources in a Selection. Read-only Object. |
![]() |
Tasks | Returns a Tasks collection representing the tasks in the active selection. Read-only Object. |