Group
Contents
[
Hide
]Group class
Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.
Constructors
| Name | Description |
|---|---|
| Group | Initializes a new instance of the Group class. |
Methods
| Name | Description |
|---|---|
| get_GroupAssignments | Gets a value indicating whether assignments should be grouped instead of tasks. |
| get_GroupCriteria | Gets a GroupCriteria collection representing the fields in a group definition. |
| get_Index | Gets the index of a Group object in the Groups list . |
| get_MaintainHierarchy | Gets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
| get_Name | Gets a name of a Group object. |
| get_ShowInMenu | Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
| get_ShowSummary | Gets a value indicating whether summary rows are displayed for the group. |
| get_Uid | Gets a unique identifier of a group. |
| set_GroupAssignments | Sets a value indicating whether assignments should be grouped instead of tasks. |
| set_GroupCriteria | Sets a GroupCriteria collection representing the fields in a group definition. |
| set_Index | Sets the index of a Group object in the Groups list . |
| set_MaintainHierarchy | Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
| set_Name | Sets a name of a Group object. |
| set_ShowInMenu | Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
| set_ShowSummary | Sets a value indicating whether summary rows are displayed for the group. |