com.aspose.cells
Class PivotFieldSubtotalType

java.lang.Object
    extended by com.aspose.cells.PivotFieldSubtotalType

public class PivotFieldSubtotalType 
extends java.lang.Object

Utility class containing constants. Summary description for PivotFieldSubtotalType.

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

Field Detail

NONE

public static final int NONE
Represents None subtotal type.

AUTOMATIC

public static final int AUTOMATIC
Represents Automatic subtotal type.

SUM

public static final int SUM
Represents Sum subtotal type.

COUNT

public static final int COUNT
Represents Count subtotal type.

AVERAGE

public static final int AVERAGE
Represents Average subtotal type.

MAX

public static final int MAX
Represents Max subtotal type.

MIN

public static final int MIN
Represents Min subtotal type.

PRODUCT

public static final int PRODUCT
Represents Product subtotal type.

COUNT_NUMS

public static final int COUNT_NUMS
Represents Count Nums subtotal type.

STDEV

public static final int STDEV
Represents Stdev subtotal type.

STDEVP

public static final int STDEVP
Represents Stdevp subtotal type.

VAR

public static final int VAR
Represents Var subtotal type.

VARP

public static final int VARP
Represents Varp subtotal type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.