Enum PivotItemType2007
This simple type defines the Open Xml Pivot type for a pivotItem.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotItemType2007
Fields
Name | Description |
---|---|
avg | Represents the Average. |
blank | Represent the Blank line in the pivot Table. |
count | Represent the count aggregate functions. |
countA | Represent the count number aggregate functions. |
data | Represent the data. |
defaults | Represent the default type of Pivot Table. (total aggregate is default) |
grand | Represent the grand total. |
max | Represent the maximum aggregate function. |
min | Represent the minimum aggregate function. |
product | Represent the product functions. |
stdDev | Represents the "standard deviation" aggregate function. |
stdDevP | Represents the "standard deviation population" aggregate function. |
sum | Represents the "sum" aggregate value. |
var | Represents the "variance" aggregate value. |
varP | Represents the "variance population" aggregate value. |