[]
Specifies the type of subtotal for the specified pivot field.
[Flags]
public enum SubtotalType
<Flags>
Public Enum SubtotalType
| Name | Description |
|---|---|
| Automatic | Specifies that the subtotal type is the same as the value of PivotDataConsolidationFunction. If Automatic is used, all other subtotals should be removed. |
| Average | Specifies the average. |
| Count | Specifies the number of values. |
| CountNums | Specifies the number of numeric values. |
| Max | Specifies the maximum. |
| Min | Specifies the minimum. |
| None | Specifies no subtotal is used. |
| Product | Specifies the product. |
| StdDev | Specifies StdDev. |
| StdDevP | Specifies StdDevP. |
| Sum | Specifies sum. |
| Var | Specifies Var. |
| VarP | Specifies VarP. |