Skip to main content

PivotGridCustomTotalCollection.AddRange(PivotGridCustomTotal[]) Method

Appends an array of custom totals to the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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