com.aspose.cells.TotalsCalculation.html Maven / Gradle / Ivy
TotalsCalculation
com.aspose.cells
Class TotalsCalculation
java.lang.Object
com.aspose.cells.TotalsCalculation
public class TotalsCalculation
- extends java.lang.Object
Field Summary | ||
---|---|---|
static final int | SUM | |
Represents Sum totals calculation. | ||
static final int | COUNT | |
Represents Count totals calculation. | ||
static final int | AVERAGE | |
Represents Average totals calculation. | ||
static final int | MAX | |
Represents Max totals calculation. | ||
static final int | MIN | |
Represents Min totals calculation. | ||
static final int | VAR | |
Represents Var totals calculation. | ||
static final int | COUNT_NUMS | |
Represents Count Nums totals calculation. | ||
static final int | STD_DEV | |
Represents StdDev totals calculation. | ||
static final int | NONE | |
Represents No totals calculation. | ||
static final int | CUSTOM | |
Represents custom calculation. |
Field Detail |
---|
SUM | |
public static final int SUM |
Represents Sum totals calculation.
COUNT | |
public static final int COUNT |
Represents Count totals calculation.
AVERAGE | |
public static final int AVERAGE |
Represents Average totals calculation.
MAX | |
public static final int MAX |
Represents Max totals calculation.
MIN | |
public static final int MIN |
Represents Min totals calculation.
VAR | |
public static final int VAR |
Represents Var totals calculation.
COUNT_NUMS | |
public static final int COUNT_NUMS |
Represents Count Nums totals calculation.
STD_DEV | |
public static final int STD_DEV |
Represents StdDev totals calculation.
NONE | |
public static final int NONE |
Represents No totals calculation.
CUSTOM | |
public static final int CUSTOM |
Represents custom calculation.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.