Enum PivotSubtotalItems2007
Axis types in Excel 2007 file format notation.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum PivotSubtotalItems2007
Fields
Name | Description |
---|---|
avg | Represents the Average type. |
count | Represents the Count type. |
countA | 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. |