The IMsAggregationGroups interface contains properties and methods that are used to work with the aggregation groups collection.
Property name | Brief description | |
The Count property returns the number of groups in the collection. | ||
The Item method returns the group from the collection by its index. |
Method name | Brief description | |
The Add method adds a group to the collection. | ||
The Clear method removes all groups from the collection. | ||
The Remove method removes a group from the collection by its index. |
See also: