PivotGridCustomTotalCollectionBase.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(PivotSummaryType) | summaryType | Appends a new item to the collection that represents a custom total of the specified summary function type. |
| Add(PivotGridCustomTotalBase) | customTotal | Adds the specified custom total to the collection. |
| Add(PivotGridCustomTotalCollectionBase) | customTotals | Clones custom totals from the specified collection and adds them to the current collection. |