EditValidationValues enumeration

Office 2013 and later

Defines the EditValidationValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
Text text. When the item is serialized out as xml, its value is "text".
Integer integer. When the item is serialized out as xml, its value is "integer".
Number number. When the item is serialized out as xml, its value is "number".
Reference reference. When the item is serialized out as xml, its value is "reference".
Formula formula. When the item is serialized out as xml, its value is "formula".
Show: