[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.TotalsCalculation

Enum TotalsCalculation

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the type of calculation in the totals row of a table column.

public enum TotalsCalculation

Fields

Average = 2

Specifies average.

Count = 3

Specifies the number of non-empty cells.

CountNums = 4

Specifies the number of cells with numeric values.

Custom = 9

Specifies a custom calculation.

Max = 6

Specifies the maximum value.

Min = 5

Specifies the minimum value.

None = 0

Specifies no calculation.

StdDev = 7

Specifies the standard deviation.

Sum = 1

Specifies the sum.

Var = 8

Specifies variance.