Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotGroupItem interface contains properties and methods that are used to work with a grouping element.
IPivotGroupItem
To set up values aggregation, use the IPivotGroupAggregations interface.
| Property name | Brief description | |
| AggregationMethods | The AggregationMethods property returns the object used for aggregation of group element data. | |
| AttributeKey | The AttributeKey property determines a grouping attribute by key. | |
| DefaultAggregation | The DefaultAggregation property determines a method for aggregation of default group elements data. | |
| Dimension | The Dimension property determines the dimension, for which grouping is executed. |
See also: