TaskGroups Collection Object
Project Developer Reference |
Represents all the task-based group definitions.
Using the TaskGroups Collection
Use the TaskGroups property to return a TaskGroups collection. The following example lists the names of all the task groups in the active project.
|
Use the Add method to add a Group object to the TaskGroups collection. The following example creates a new group that groups tasks by whether they are overallocated and then modifies the criterion so that overallocated tasks are sorted in descending order.
|
See Also