EditValidationValues enumeration
Office 2013 and later
Defines the EditValidationValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: