DataValidationValues enumeration
Office 2013 and later
Data Validation Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | None. When the item is serialized out as xml, its value is "none". | |
| Whole | Whole Number. When the item is serialized out as xml, its value is "whole". | |
| Decimal | Decimal. When the item is serialized out as xml, its value is "decimal". | |
| List | List. When the item is serialized out as xml, its value is "list". | |
| Date | Date. When the item is serialized out as xml, its value is "date". | |
| Time | Time. When the item is serialized out as xml, its value is "time". | |
| TextLength | Text Length. When the item is serialized out as xml, its value is "textLength". | |
| Custom | Custom. When the item is serialized out as xml, its value is "custom". |
Show: