PivotGridFieldCollection.AddRange(PivotGridField[]) Method
Adds an array of fields to the end of the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
public virtual void AddRange(
PivotGridField[] fields
)
Public Overridable Sub AddRange(
fields As PivotGridField()
)
Parameters
Name | Type | Description |
---|---|---|
fields | PivotGridField[] | An array of PivotGridField objects. |
Remarks
Fields are appended to the collection in the order specified by their positions within the array.
See Also
Feedback