Field Summary | ||
---|---|---|
const int | NONE | |
Represents None subtotal type.
|
||
const int | AUTOMATIC | |
Represents Automatic subtotal type.
|
||
const int | SUM | |
Represents Sum subtotal type.
|
||
const int | COUNT | |
Represents Count subtotal type.
|
||
const int | AVERAGE | |
Represents Average subtotal type.
|
||
const int | MAX | |
Represents Max subtotal type.
|
||
const int | MIN | |
Represents Min subtotal type.
|
||
const int | PRODUCT | |
Represents Product subtotal type.
|
||
const int | COUNT_NUMS | |
Represents Count Nums subtotal type.
|
||
const int | STDEV | |
Represents Stdev subtotal type.
|
||
const int | STDEVP | |
Represents Stdevp subtotal type.
|
||
const int | VAR | |
Represents Var subtotal type.
|
||
const int | VARP | |
Represents Varp subtotal type.
|
const int NONE
const int AUTOMATIC
const int SUM
const int COUNT
const int AVERAGE
const int MAX
const int MIN
const int PRODUCT
const int COUNT_NUMS
const int STDEV
const int STDEVP
const int VAR
const int VARP