Skip to main content

PivotGridFieldCollection.AddRange(PivotGridField[]) Method

In This Article

Adds an array of fields to the end of the collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void AddRange(
    params PivotGridField[] fields
)

#Parameters

Name Type Description
fields PivotGridField[]

An array of PivotGridField objects.

See Also