PivotItemType Enumeration
This simple type defines the pivot type for a pivotItem.
Syntax
'Declaration Public Enum PivotItemType Inherits System.Enum
'Usage Dim instance As PivotItemType
public enum PivotItemType : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.PivotItemType
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also