PivotDataConsolidationFunction Enum
Lists aggregation functions to apply to data fields in a PivotTable report.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v22.1.Core.dll
Declaration
Members
Name | Description |
---|---|
Average
|
The average of the values. |
Count
|
The number of nonempty values. |
CountNumbers
|
The number of numeric values. |
Max
|
The largest value. |
Min
|
The smallest value. |
Product
|
The product of the values. |
StdDev
|
An estimate of the standard deviation of a population, where the sample is a subset of the entire population. |
StdDevp
|
The standard deviation of a population, where the population is all of the data to be summarized. |
Sum
|
The sum of the values. |
Var
|
An estimate of the variance of a population, where the sample is a subset of the entire population. |
Varp
|
The variance of a population, where the population is all of the data to be summarized. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotDataConsolidationFunction enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.