Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotGroupItems interface contains properties and methods that are used to set up grouping by attributes of sidehead or heading dimension elements.
IPivotGroupItems
To work with attribute for element grouping, use the IPivotGroupItem interface.
| 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. |
| 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: