public final class TotalsCalculation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AVERAGE
Represents Average totals calculation.
|
static int |
COUNT
Represents Count totals calculation.
|
static int |
COUNT_NUMS
Represents Count Nums totals calculation.
|
static int |
CUSTOM
Represents custom calculation.
|
static int |
MAX
Represents Max totals calculation.
|
static int |
MIN
Represents Min totals calculation.
|
static int |
NONE
Represents No totals calculation.
|
static int |
STD_DEV
Represents StdDev totals calculation.
|
static int |
SUM
Represents Sum totals calculation.
|
static int |
VAR
Represents Var totals calculation.
|
public static final int SUM
public static final int COUNT
public static final int AVERAGE
public static final int MAX
public static final int MIN
public static final int VAR
public static final int COUNT_NUMS
public static final int STD_DEV
public static final int NONE
public static final int CUSTOM
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.