2.5.105 PivotItemType
The PivotItemType enumeration specifies the type of a pivot item (section 2.2.5.3.3) as specified by a BrtBeginSXVI (section 2.4.274) record, or that specifies the type of a pivot line (section 2.2.5.3.8.3) as specified by a BrtBeginSXLI (section 2.4.251) record.
Name |
Value |
Meaning |
---|---|---|
0x00 |
Specifies no subtotal, no grand total, or no blank line behavior. |
|
0x01 |
Specifies a subtotal using the aggregation function specified by the data items (section 2.2.5.3.7.5.1) included in this subtotal. |
|
0x02 |
Specifies a subtotal using the Sum aggregation function. |
|
0x03 |
Specifies a subtotal using the Count aggregation function. |
|
0x04 |
Specifies a subtotal using the Average aggregation function. |
|
0x05 |
Specifies a subtotal using the Maximum aggregation function. |
|
0x06 |
Specifies a subtotal using the Minimum aggregation function. |
|
0x07 |
Specifies a subtotal using the Product aggregation function. |
|
0x08 |
Specifies a subtotal using the Count Numbers aggregation function. |
|
0x09 |
Specifies a subtotal using the Standard Deviation aggregation function. |
|
0x0A |
Specifies a subtotal using the Standard Deviation of a Population aggregation function. |
|
0x0B |
Specifies a subtotal using the Variance aggregation function. |
|
0x0C |
Specifies a subtotal using the Variance of a Population aggregation function. |
|
0x0D |
Specifies a grand total line. |
|
0x0E |
Specifies a blank line. |