java.lang.Object
com.aspose.cells.PivotFieldSubtotalType
public class PivotFieldSubtotalType
- extends java.lang.Object
Utility class containing constants.
Summary description for PivotFieldSubtotalType.
Field Summary |
static final int | NONE | |
Represents None subtotal type.
|
static final int | AUTOMATIC | |
Represents Automatic subtotal type.
|
static final int | SUM | |
Represents Sum subtotal type.
|
static final int | COUNT | |
Represents Count subtotal type.
|
static final int | AVERAGE | |
Represents Average subtotal type.
|
static final int | MAX | |
Represents Max subtotal type.
|
static final int | MIN | |
Represents Min subtotal type.
|
static final int | PRODUCT | |
Represents Product subtotal type.
|
static final int | COUNT_NUMS | |
Represents Count Nums subtotal type.
|
static final int | STDEV | |
Represents Stdev subtotal type.
|
static final int | STDEVP | |
Represents Stdevp subtotal type.
|
static final int | VAR | |
Represents Var subtotal type.
|
static final int | VARP | |
Represents Varp subtotal type.
|
NONE | |
public static final int NONE |
-
Represents None subtotal type.
AUTOMATIC | |
public static final int AUTOMATIC |
-
Represents Automatic subtotal type.
SUM | |
public static final int SUM |
-
Represents Sum subtotal type.
COUNT | |
public static final int COUNT |
-
Represents Count subtotal type.
AVERAGE | |
public static final int AVERAGE |
-
Represents Average subtotal type.
MAX | |
public static final int MAX |
-
Represents Max subtotal type.
MIN | |
public static final int MIN |
-
Represents Min subtotal type.
PRODUCT | |
public static final int PRODUCT |
-
Represents Product subtotal type.
COUNT_NUMS | |
public static final int COUNT_NUMS |
-
Represents Count Nums subtotal type.
STDEV | |
public static final int STDEV |
-
Represents Stdev subtotal type.
STDEVP | |
public static final int STDEVP |
-
Represents Stdevp subtotal type.
VAR | |
public static final int VAR |
-
Represents Var subtotal type.
VARP | |
public static final int VARP |
-
Represents Varp subtotal type.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.