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