TotalsCalculation Enum

Specifies the aggregation displayed in a TableColumn's totals-row cell.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public enum TotalsCalculation

Fields

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.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙