Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PivotFieldSubtotalType


public interface PivotFieldSubtotalType

Represents PivotTable field subtotal type.


Field Summary
static short AUTOMATIC
          Represents Automatic subtotal type.
static short AVERAGE
          Represents Average subtotal type.
static short COUNT
          Represents Count subtotal type.
static short COUNT_NUMS
          Represents Count Nums subtotal type.
static short MAX
          Represents Max subtotal type.
static short MIN
          Represents Min subtotal type.
static short NONE
          Represents None subtotal type.
static short PRODUCT
          Represents Product subtotal type.
static short STD_DEV
          Represents StdDev subtotal type.
static short STD_DEVP
          Represents StdDevp subtotal type.
static short SUM
          Represents Sum subtotal type.
static short VAR
          Represents Var subtotal type.
static short VARP
          Represents Varp subtotal type.
 

Field Detail

NONE

static final short NONE
Represents None subtotal type.

See Also:
Constant Field Values

AUTOMATIC

static final short AUTOMATIC
Represents Automatic subtotal type.

See Also:
Constant Field Values

SUM

static final short SUM
Represents Sum subtotal type.

See Also:
Constant Field Values

COUNT

static final short COUNT
Represents Count subtotal type.

See Also:
Constant Field Values

AVERAGE

static final short AVERAGE
Represents Average subtotal type.

See Also:
Constant Field Values

MAX

static final short MAX
Represents Max subtotal type.

See Also:
Constant Field Values

MIN

static final short MIN
Represents Min subtotal type.

See Also:
Constant Field Values

PRODUCT

static final short PRODUCT
Represents Product subtotal type.

See Also:
Constant Field Values

COUNT_NUMS

static final short COUNT_NUMS
Represents Count Nums subtotal type.

See Also:
Constant Field Values

STD_DEV

static final short STD_DEV
Represents StdDev subtotal type.

See Also:
Constant Field Values

STD_DEVP

static final short STD_DEVP
Represents StdDevp subtotal type.

See Also:
Constant Field Values

VAR

static final short VAR
Represents Var subtotal type.

See Also:
Constant Field Values

VARP

static final short VARP
Represents Varp subtotal type.

See Also:
Constant Field Values