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