Share via


GroupCriteria Property

Returns or sets a GroupCriteria collection representing the fields in a group definition. Read/write.

Example

This example adds another criterion to the specified resource group, grouping resources in ascending order as determined by the percentage of their work (in 5% increments) that is complete.

Sub AddCriterionWithInterval()
    ActiveProject.ResourceGroups("Response Pending").GroupCriteria.Add "% Work Complete", True, CellColor:=pjRed, GroupOn:=pjGroupOnPctInterval, StartAt:=5, GroupInterval:=5
End Sub

Applies to | Group Object, Groups Collection Object

See Also | Group Object, Groups Collection Object | GroupCriterion Object, GroupCriteria Collection Object