DataValidationValues Enumeration

Data Validation Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

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".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace