XLSXPivotItemType Enumeration
|
This simple type defines the Open Xml Pivot type for a pivotItem.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum XLSXPivotItemType
Public Enumeration XLSXPivotItemType
public enum class XLSXPivotItemType
Members
|
Member name
|
Value
|
Description
|
|
avg
|
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
|
|
defaults
|
5
|
Represent the default type of Pivot Table.
(total aggregate is default)
|
|
grand
|
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