Click or drag to resize

PivotEditValueTypeValues Enumeration

Defines the PivotEditValueTypeValues enumeration.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum PivotEditValueTypeValues
Members
Member nameValueDescription
Number0 number.

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

DateTime1 dateTime.

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

String2 string.

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

Boolean3 boolean.

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

Error4 error.

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

See Also