public class 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.
|
public static final int NONE
public static final int AUTOMATIC
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 PRODUCT
public static final int COUNT_NUMS
public static final int STDEV
public static final int STDEVP
public static final int VAR
public static final int VARP