asposecells.api

Class TotalsCalculation

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

Field Summary
const  intSUM
Represents Sum totals calculation.
const  intCOUNT
Represents Count totals calculation.
const  intAVERAGE
Represents Average totals calculation.
const  intMAX
Represents Max totals calculation.
const  intMIN
Represents Min totals calculation.
const  intVAR
Represents Var totals calculation.
const  intCOUNT_NUMS
Represents Count Nums totals calculation.
const  intSTD_DEV
Represents StdDev totals calculation.
const  intNONE
Represents No totals calculation.
const  intCUSTOM
Represents custom calculation.
 

    • Field Detail

      • SUM

        const int SUM
        Represents Sum totals calculation.
      • COUNT

        const int COUNT
        Represents Count totals calculation.
      • AVERAGE

        const int AVERAGE
        Represents Average totals calculation.
      • MAX

        const int MAX
        Represents Max totals calculation.
      • MIN

        const int MIN
        Represents Min totals calculation.
      • VAR

        const int VAR
        Represents Var totals calculation.
      • COUNT_NUMS

        const int COUNT_NUMS
        Represents Count Nums totals calculation.
      • STD_DEV

        const int STD_DEV
        Represents StdDev totals calculation.
      • NONE

        const int NONE
        Represents No totals calculation.
      • CUSTOM

        const int CUSTOM
        Represents custom calculation.