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