Click or drag to resize

PivotAreaValues Enumeration

Rule Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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 Office2010.

See Also