Enum PivotSubtotalTypes2007
Axis types in Excel 2007 file format notation.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum PivotSubtotalTypes2007
Fields
Name | Description |
---|---|
average | Represents the Average type. |
count | Represents the Count type. |
countNums | Represents the Counta type. |
max | Represents the Max type. |
min | Represents the Min type. |
product | Represents the Product type. |
stdDev | Represents the Stdev type. |
stdDevp | Represents the Stdevp type. |
sum | Represents the Sum type. |
var | Represents the Var type. |
varp | Represents the Varp type. |