IDefGroupSettings

Description

The IDefGroupSettings interface is used to set up sidehead dimension groupings.

Inheritance Hierarchy

IDefGroupSettings

Comments

Grouping settings are returned by the IDefTableArea.GroupSettings property.

Properties

  Property name Brief description
Count The Count property returns the number of grouping settings in the collection.
Item The Item property returns grouping settings with the specified index.
ItemByDimKey The ItemByDimKey property returns dimension grouping settings with the specified key.

Methods

  Method name Brief description
Add The Add method adds grouping settings for the specified dimension.
Clear The Clear method removes all grouping settings from the collection.
Remove The Remove method removes dimension grouping settings with the specified key from the collection.

See also:

Interfaces