Click or drag to resize

PivotItemType Enumeration

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotItemType
Members
Member name Value Description
Average 0 Represents the Average
Blank 1 Represent the Blank line in the pivot Table
Count 2 Represent the count aggregate functions
CountA 3 Represent the count number aggregate functions
Data 4 Represent the data
Default 5 Represent the default type of Pivot Table. (total aggregate is default)
GrandTotal 6 Represent the grand total
Max 7 Represent the maximum aggregate function
Min 8 Represent the minimum aggregate function
Product 9 Represent the product functions
StdDev 10 Represents the "standard deviation" aggregate function.
StdDevP 11 Represents the "standard deviation population" aggregate function.
Sum 12 Represents the "sum" aggregate value.
Var 13 Represents the "variance" aggregate value.
VarP 14 Represents the "variance population" aggregate value.
See Also