PivotEditValueTypeValues Enumeration

Defines the PivotEditValueTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Number number. When the item is serialized out as xml, its value is "number".
DateTime dateTime. When the item is serialized out as xml, its value is "dateTime".
String string. When the item is serialized out as xml, its value is "string".
Boolean boolean. When the item is serialized out as xml, its value is "boolean".
Error error. When the item is serialized out as xml, its value is "error".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Excel Namespace