java.lang.Objectcom.aspose.cells.ConsolidationFunction
public class ConsolidationFunction
Field Summary | ||
---|---|---|
static final int | SUM | |
Represents Sum function. | ||
static final int | COUNT | |
Represents Count function. | ||
static final int | AVERAGE | |
Represents Average function. | ||
static final int | MAX | |
Represents Max function. | ||
static final int | MIN | |
Represents Min function. | ||
static final int | PRODUCT | |
Represents Product function. | ||
static final int | COUNT_NUMS | |
Represents Count Nums function. | ||
static final int | STD_DEV | |
Represents StdDev function. | ||
static final int | STD_DEVP | |
Represents StdDevp function. | ||
static final int | VAR | |
Represents Var function. | ||
static final int | VARP | |
Represents Varp function. |
Field Detail |
---|
SUM | |
public static final int SUM |
COUNT | |
public static final int COUNT |
AVERAGE | |
public static final int AVERAGE |
MAX | |
public static final int MAX |
MIN | |
public static final int MIN |
PRODUCT | |
public static final int PRODUCT |
COUNT_NUMS | |
public static final int COUNT_NUMS |
STD_DEV | |
public static final int STD_DEV |
STD_DEVP | |
public static final int STD_DEVP |
VAR | |
public static final int VAR |
VARP | |
public static final int VARP |