TotalsCalculation
Overview
TotalsCalculation is a enum in Aspose.Cells FOSS for .NET.
Represents the aggregation function shown in a table totals row cell.
Values
| Value | Description |
|---|---|
None | Represents the absence of any totals calculation |
Sum | Represents a summation totals calculation |
Count | Represents a count of all non‑empty cells totals calculation |
Average | Represents an average (mean) totals calculation |
Max | Represents a maximum value totals calculation |
Min | Represents a minimum value totals calculation |
StdDev | Represents a standard deviation totals calculation |
Var | Represents a variance totals calculation |
CountNums | Represents a count of numeric cells totals calculation |
Custom | Represents a user‑defined custom totals calculation |