Spread.Services Documentation
SubtotalType Enumeration
GrapeCity.Documents.Spread Namespace : SubtotalType Enumeration
Specifies the type of subtotal for the specified pivot field.
Syntax
[System.Flags()]
public enum SubtotalType : System.Enum 
Members
MemberDescription
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 Product
StdDev Specifies StdDev.
StdDevP Specifies StdDevP.
Sum Specifies sum.
Var Specifies Var.
VarP Specifies VarP.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.SubtotalType

See Also

Reference

GrapeCity.Documents.Spread Namespace