TotalsCalculation

TotalsCalculation

Overview

TotalsCalculation is a enum in Aspose.Cells FOSS for .NET.

Represents the aggregation function shown in a table totals row cell.

Values

ValueDescription
NoneRepresents the absence of any totals calculation
SumRepresents a summation totals calculation
CountRepresents a count of all non‑empty cells totals calculation
AverageRepresents an average (mean) totals calculation
MaxRepresents a maximum value totals calculation
MinRepresents a minimum value totals calculation
StdDevRepresents a standard deviation totals calculation
VarRepresents a variance totals calculation
CountNumsRepresents a count of numeric cells totals calculation
CustomRepresents a user‑defined custom totals calculation