PivotAreaValues Enumeration

Rule Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration PivotAreaValues
'Usage
Dim instance As PivotAreaValues
public enum PivotAreaValues

Members

Member name Description
None None. When the item is serialized out as xml, its value is "none".
Normal Normal. When the item is serialized out as xml, its value is "normal".
Data Data. When the item is serialized out as xml, its value is "data".
All All. When the item is serialized out as xml, its value is "all".
Origin Origin. When the item is serialized out as xml, its value is "origin".
Button Field Button. When the item is serialized out as xml, its value is "button".
TopRight Top Right. When the item is serialized out as xml, its value is "topRight".
TopEnd topEnd. When the item is serialized out as xml, its value is "topEnd".This item is only available in Office2010.

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace