XlTotalsCalculation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of calculation in the Totals row of a list column.
public enum class XlTotalsCalculation
public enum XlTotalsCalculation
Public Enum XlTotalsCalculation
- Inheritance
-
XlTotalsCalculation
Fields
Name | Value | Description |
---|---|---|
xlTotalsCalculationNone | 0 | No calculation. |
xlTotalsCalculationSum | 1 | Sum. |
xlTotalsCalculationAverage | 2 | Average. |
xlTotalsCalculationCount | 3 | Count of non-empty cells. |
xlTotalsCalculationCountNums | 4 | Count of cells with numeric values. |
xlTotalsCalculationMin | 5 | Minimum value. |
xlTotalsCalculationMax | 6 | Maximum value. |
xlTotalsCalculationStdDev | 7 | Standard deviation. |
xlTotalsCalculationVar | 8 | Variance. |
xlTotalsCalculationCustom | 9 | Custom calculation |