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. |
Field Detail |
---|
NONE | |
const int NONE |
AUTOMATIC | |
const int AUTOMATIC |
SUM | |
const int SUM |
COUNT | |
const int COUNT |
AVERAGE | |
const int AVERAGE |
MAX | |
const int MAX |
MIN | |
const int MIN |
PRODUCT | |
const int PRODUCT |
COUNT_NUMS | |
const int COUNT_NUMS |
STDEV | |
const int STDEV |
STDEVP | |
const int STDEVP |
VAR | |
const int VAR |
VARP | |
const int VARP |