Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection.AddRange(PivotGridGroup[]) Method

Adds an array of groups to the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public void AddRange(
    PivotGridGroup[] groups
)

Parameters

Name Type Description
groups PivotGridGroup[]

An array of PivotGridGroup objects to add to the collection.

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