Click or drag to resize

ItemValues Enumeration

PivotItem Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ItemValues
Members
Member nameValueDescription
Data0 Data.

When the item is serialized out as xml, its value is "data".

Default1 Default.

When the item is serialized out as xml, its value is "default".

Sum2 Sum.

When the item is serialized out as xml, its value is "sum".

CountA3 CountA.

When the item is serialized out as xml, its value is "countA".

Average4 Average.

When the item is serialized out as xml, its value is "avg".

Maximum5 Max.

When the item is serialized out as xml, its value is "max".

Minimum6 Min.

When the item is serialized out as xml, its value is "min".

Product7 Product.

When the item is serialized out as xml, its value is "product".

Count8 Count.

When the item is serialized out as xml, its value is "count".

StandardDeviation9 stdDev.

When the item is serialized out as xml, its value is "stdDev".

StandardDeviationP10 StdDevP.

When the item is serialized out as xml, its value is "stdDevP".

Variance11 Var.

When the item is serialized out as xml, its value is "var".

VarianceP12 VarP.

When the item is serialized out as xml, its value is "varP".

Grand13 Grand Total Item.

When the item is serialized out as xml, its value is "grand".

Blank14 Blank Pivot Item.

When the item is serialized out as xml, its value is "blank".

See Also