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
Methods
Name |
---|
Delete |
Properties
Name |
---|
Application |
GroupAssignments |
GroupCriteria |
Index |
Name |
Parent |
ShowSummary |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.