Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ConsolidationFunction


public interface ConsolidationFunction

Represents consolidation function.


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

Field Detail

SUM

static final short SUM
Represents Sum function.

See Also:
Constant Field Values

COUNT

static final short COUNT
Represents Count function.

See Also:
Constant Field Values

AVERAGE

static final short AVERAGE
Represents Average function.

See Also:
Constant Field Values

MAX

static final short MAX
Represents Max function.

See Also:
Constant Field Values

MIN

static final short MIN
Represents Min function.

See Also:
Constant Field Values

PRODUCT

static final short PRODUCT
Represents Product function.

See Also:
Constant Field Values

COUNT_NUMS

static final short COUNT_NUMS
Represents Count Nums function.

See Also:
Constant Field Values

STD_DEV

static final short STD_DEV
Represents StdDev function.

See Also:
Constant Field Values

STD_DEVP

static final short STD_DEVP
Represents StdDevp function.

See Also:
Constant Field Values

VAR

static final short VAR
Represents Var function.

See Also:
Constant Field Values

VARP

static final short VARP
Represents Varp function.

See Also:
Constant Field Values