aspose.cells

Class PivotFieldSubtotalType

Utility class containing constants. Summary description for PivotFieldSubtotalType.

Field Summary
const  NumberNONE
Represents None subtotal type.
const  NumberAUTOMATIC
Represents Automatic subtotal type.
const  NumberSUM
Represents Sum subtotal type.
const  NumberCOUNT
Represents Count subtotal type.
const  NumberAVERAGE
Represents Average subtotal type.
const  NumberMAX
Represents Max subtotal type.
const  NumberMIN
Represents Min subtotal type.
const  NumberPRODUCT
Represents Product subtotal type.
const  NumberCOUNT_NUMS
Represents Count Nums subtotal type.
const  NumberSTDEV
Represents Stdev subtotal type.
const  NumberSTDEVP
Represents Stdevp subtotal type.
const  NumberVAR
Represents Var subtotal type.
const  NumberVARP
Represents Varp subtotal type.
 

    • Field Detail

      • NONE

        const Number NONE
        Represents None subtotal type.
      • AUTOMATIC

        const Number AUTOMATIC
        Represents Automatic subtotal type.
      • SUM

        const Number SUM
        Represents Sum subtotal type.
      • COUNT

        const Number COUNT
        Represents Count subtotal type.
      • AVERAGE

        const Number AVERAGE
        Represents Average subtotal type.
      • MAX

        const Number MAX
        Represents Max subtotal type.
      • MIN

        const Number MIN
        Represents Min subtotal type.
      • PRODUCT

        const Number PRODUCT
        Represents Product subtotal type.
      • COUNT_NUMS

        const Number COUNT_NUMS
        Represents Count Nums subtotal type.
      • STDEV

        const Number STDEV
        Represents Stdev subtotal type.
      • STDEVP

        const Number STDEVP
        Represents Stdevp subtotal type.
      • VAR

        const Number VAR
        Represents Var subtotal type.
      • VARP

        const Number VARP
        Represents Varp subtotal type.