aspose.cells

Class TotalsCalculation

Utility class containing constants. Determines the type of calculation in the Totals row of the list column.

Field Summary
const  NumberSUM
Represents Sum totals calculation.
const  NumberCOUNT
Represents Count totals calculation.
const  NumberAVERAGE
Represents Average totals calculation.
const  NumberMAX
Represents Max totals calculation.
const  NumberMIN
Represents Min totals calculation.
const  NumberVAR
Represents Var totals calculation.
const  NumberCOUNT_NUMS
Represents Count Nums totals calculation.
const  NumberSTD_DEV
Represents StdDev totals calculation.
const  NumberNONE
Represents No totals calculation.
const  NumberCUSTOM
Represents custom calculation.
 

    • Field Detail

      • SUM

        const Number SUM
        Represents Sum totals calculation.
      • COUNT

        const Number COUNT
        Represents Count totals calculation.
      • AVERAGE

        const Number AVERAGE
        Represents Average totals calculation.
      • MAX

        const Number MAX
        Represents Max totals calculation.
      • MIN

        const Number MIN
        Represents Min totals calculation.
      • VAR

        const Number VAR
        Represents Var totals calculation.
      • COUNT_NUMS

        const Number COUNT_NUMS
        Represents Count Nums totals calculation.
      • STD_DEV

        const Number STD_DEV
        Represents StdDev totals calculation.
      • NONE

        const Number NONE
        Represents No totals calculation.
      • CUSTOM

        const Number CUSTOM
        Represents custom calculation.