Click or drag to resize

PivotAreaValues Enumeration

Rule 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 PivotAreaValues
Members
Member nameValueDescription
None0 None.

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

Normal1 Normal.

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

Data2 Data.

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

All3 All.

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

Origin4 Origin.

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

Button5 Field Button.

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

TopRight6 Top Right.

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

TopEnd7 topEnd.

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

This item is only available in Office 2010 and later.

See Also