Enum TotalsCalculation
Enum TotalsCalculation
Namespace: Aspose.Cells.Tables
Assembly: Aspose.Cells.dll (25.2.0)
Determines the type of calculation in the Totals row of the list column.
public enum TotalsCalculation
Fields
Average = 1
Represents Average totals calculation.
Count = 2
Represents Count totals calculation.
CountNums = 3
Represents Count Nums totals calculation.
Custom = 9
Represents custom calculation.
Max = 4
Represents Max totals calculation.
Min = 5
Represents Min totals calculation.
None = 0
Represents No totals calculation.
StdDev = 7
Represents StdDev totals calculation.
Sum = 6
Represents Sum totals calculation.
Var = 8
Represents Var totals calculation.