java.lang.Object
com.aspose.cells.ConsolidationFunction
public class ConsolidationFunction
- extends java.lang.Object
Utility class containing constants.
Represents consolidation function.
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.
|
static final int | DISTINCT_COUNT | |
Represents Distinct Count function.
|
SUM | |
public static final int SUM |
-
Represents Sum function.
COUNT | |
public static final int COUNT |
-
Represents Count function.
AVERAGE | |
public static final int AVERAGE |
-
Represents Average function.
MAX | |
public static final int MAX |
-
Represents Max function.
MIN | |
public static final int MIN |
-
Represents Min function.
PRODUCT | |
public static final int PRODUCT |
-
Represents Product function.
COUNT_NUMS | |
public static final int COUNT_NUMS |
-
Represents Count Nums function.
STD_DEV | |
public static final int STD_DEV |
-
Represents StdDev function.
STD_DEVP | |
public static final int STD_DEVP |
-
Represents StdDevp function.
VAR | |
public static final int VAR |
-
Represents Var function.
VARP | |
public static final int VARP |
-
Represents Varp function.
DISTINCT_COUNT | |
public static final int DISTINCT_COUNT |
-
Represents Distinct Count function.
Only valid for PivotTable with Data Module created since by 2013.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.