Group Object, Groups Collection Object

Multiple objects
Groups
Group
GroupCriteria

Represents a group definition. The Group object is a member of the ResourceGroups and TaskGroups collections.

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. The following example ensures that the Standard Rate resource group displays summary task information.

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

Properties | Application Property | Count Property | GroupAssignments Property | GroupCriteria Property | Index Property | Item Property | Name Property | Parent Property | ShowSummary Property

Methods | Add Method | Copy Method | Delete Method

Parent Objects | ResourceGroups Collection Object | TaskGroups Collection Object | ViewSingle Object, ViewsSingle Collection Object

Child Objects | GroupCriterion Object, GroupCriteria Collection Object

See Also | GroupCriteria Property | ResourceGroup Property | TaskGroups Property