IPivotGroupAggregations

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotGroupAggregations interface contains properties and methods that are used to set up aggregation for elements if grouping by attributes is set up.

Inheritance Hierarchy

          IPivotGroupAggregations

Comments

To set up grouping by attributes, use the IPivotGroupItems interface.

Properties

  Property name Brief description
Count The Count property returns the number of aggregation methods in the list.
Method The Method property returns aggregation method by index.
Selection The Selection property returns dimension selection by index.

Methods

  Method name Brief description
Add The Add method adds an aggregation method to the list.
Clear The Clear method deletes all aggregation methods in the list.
Remove The Remove method removes aggregation method by index.

See also:

Pivot Assembly Interfaces