IMsAggregationGroups

Assembly: Ms;

Description

The IMsAggregationGroups interface contains properties and methods that are used to work with the aggregation groups collection.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces