Click or drag to resize

DataValidationValues Enumeration

Data Validation Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum DataValidationValues
Members
Member nameValueDescription
None0 None.

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

Whole1 Whole Number.

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

Decimal2 Decimal.

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

List3 List.

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

Date4 Date.

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

Time5 Time.

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

TextLength6 Text Length.

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

Custom7 Custom.

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

See Also