Group Object (Project)

Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.

Remarks

Using the Group Object

Use TaskGroups(Index) or ResourceGroups(Index), where Index is the group definition index or group definition name, to return a Group object.

Example

The following example ensures that the Standard Rate resource group displays summary task information.

ActiveProject.ResourceGroups("Standard Rate").ShowSummary = True