Specifies the aggregation displayed in a TableColumn's totals-row cell.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum TotalsCalculation| Name | Description |
|---|---|
| None | No totals shown for this column. |
| Sum | Sum of the data range. |
| Average | Average of the data range. |
| Count | Count of non-empty cells in the data range. |
| CountNumbers | Count of numeric cells in the data range. |
| Min | Minimum value of the data range. |
| Max | Maximum value of the data range. |
| StdDev | Sample standard deviation of the data range. |
| Var | Sample variance of the data range. |
| Custom | Caller-supplied formula for the totals cell. |