PivotFieldSubtotalType Enum
PivotFieldSubtotalType Enum
Summary description for PivotFieldSubtotalType.
type PivotFieldSubtotalType int32
Fields
| Field | Description |
|---|---|
| None | Represents None subtotal type. |
| Automatic | Represents Automatic subtotal type. |
| Sum | Represents Sum subtotal type. |
| Count | Represents Count subtotal type. |
| Average | Represents Average subtotal type. |
| Max | Represents Max subtotal type. |
| Min | Represents Min subtotal type. |
| Product | Represents Product subtotal type. |
| CountNums | Represents Count Nums subtotal type. |
| Stdev | Represents Standard Deviation subtotal type. |
| Stdevp | Represents Standard Deviation of a Population subtotal type. |
| Var | Represents Variance subtotal type. |
| Varp | Represents Variance of a Population subtotal type. |