PivotGridCustomTotalCollection.AddRange(PivotGridCustomTotal[]) Method
Appends an array of custom totals to the current collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
customSummaries | PivotGridCustomTotal[] | An array of PivotGridCustomTotal objects which represent the custom totals to add to the collection. |
See Also