Enum PivotItemType
This simple type defines the pivot type for a pivotItem.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotItemType
Fields
Name | Description |
---|---|
Average | 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 |
Default | Represent the default type of Pivot Table. (total aggregate is default) |
GrandTotal | 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. |