Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotGroupAggregations interface contains properties and methods that are used to set up aggregation for elements if grouping by attributes is set up.
IPivotGroupAggregations
To set up grouping by attributes, use the IPivotGroupItems interface.
| 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. |
| 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: