[System.Flags()] public enum SubtotalType : System.Enum
[System.Flags()] public enum SubtotalType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.SubtotalType