ExcelTotalsCalculation Enumeration
|
Specifies the type of calculation in the Totals row of a list column.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelTotalsCalculation
Public Enumeration ExcelTotalsCalculation
public enum class ExcelTotalsCalculation
type ExcelTotalsCalculation
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No calculation.
|
|
Sum
|
109
|
Sum of all values in the list column.
|
|
Average
|
101
|
Average.
|
|
Count
|
103
|
Count of non-empty cells.
|
|
CountNums
|
102
|
Count of cells with numeric values.
|
|
Min
|
105
|
Minimum value in the list.
|
|
StdDev
|
107
|
Standard deviation value.
|
|
Var
|
110
|
Variable.
|
|
Max
|
104
|
Maximum value in the list.
|
|
Custom
|
108
|
formula provideid in totalsRowFormula.
|
See Also