PivotGridGroupCollection.AddRange(PivotGridGroup[]) Method
In This Article
Adds an array of groups to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void AddRange(
PivotGridGroup[] groups
)
#Parameters
Name | Type | Description |
---|---|---|
groups | Pivot |
An array of Pivot |
#Remarks
The AddRange method adds an array of existing groups to the pivot grid’s PivotGridControl.Groups collection. Individual groups can be added using the PivotGridGroupCollection.Add method.
See Also