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
#Parameters
Name | Type | Description |
---|---|---|
fields | Pivot |
An array of Pivot |
See Also