asposecells.api

Class PivotFieldSubtotalType

Utility class containing constants. Summary description for PivotFieldSubtotalType.

Field Summary
const  intNONE
Represents None subtotal type.
const  intAUTOMATIC
Represents Automatic subtotal type.
const  intSUM
Represents Sum subtotal type.
const  intCOUNT
Represents Count subtotal type.
const  intAVERAGE
Represents Average subtotal type.
const  intMAX
Represents Max subtotal type.
const  intMIN
Represents Min subtotal type.
const  intPRODUCT
Represents Product subtotal type.
const  intCOUNT_NUMS
Represents Count Nums subtotal type.
const  intSTDEV
Represents Stdev subtotal type.
const  intSTDEVP
Represents Stdevp subtotal type.
const  intVAR
Represents Var subtotal type.
const  intVARP
Represents Varp subtotal type.
 

    • Field Detail

      • NONE

        const int NONE
        Represents None subtotal type.
      • AUTOMATIC

        const int AUTOMATIC
        Represents Automatic subtotal type.
      • SUM

        const int SUM
        Represents Sum subtotal type.
      • COUNT

        const int COUNT
        Represents Count subtotal type.
      • AVERAGE

        const int AVERAGE
        Represents Average subtotal type.
      • MAX

        const int MAX
        Represents Max subtotal type.
      • MIN

        const int MIN
        Represents Min subtotal type.
      • PRODUCT

        const int PRODUCT
        Represents Product subtotal type.
      • COUNT_NUMS

        const int COUNT_NUMS
        Represents Count Nums subtotal type.
      • STDEV

        const int STDEV
        Represents Stdev subtotal type.
      • STDEVP

        const int STDEVP
        Represents Stdevp subtotal type.
      • VAR

        const int VAR
        Represents Var subtotal type.
      • VARP

        const int VARP
        Represents Varp subtotal type.