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

PivotGridCustomTotalCollection.AddRange(PivotGridCustomTotal[]) Method

Appends an array of custom totals to the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public virtual void AddRange(
    PivotGridCustomTotal[] customSummaries
)

Parameters

Name Type Description
customSummaries PivotGridCustomTotal[]

An array of PivotGridCustomTotal objects which represent the custom totals to add to the collection.

See Also