IPivotGroupItems

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotGroupItems interface contains properties and methods that are used to set up grouping by attributes of sidehead or heading dimension elements.

Inheritance Hierarchy

          IPivotGroupItems

Comments

To work with attribute for element grouping, use the IPivotGroupItem interface.

Properties

  Property name Brief description
Count The Count property returns the number of attributes in the list.
Item The Item property returns parameters of the specified attribute.

Methods

  Method name Brief description
Add The Add method adds an attribute to the list.
Clear The Clear method deletes all attributes in the list.
Move The Move method moves attribute in the list by index.
Remove The Remove method removes attribute by index.

See also:

Pivot Assembly Interfaces