EditValidationValues Enumeration
Defines the EditValidationValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration EditValidationValues
用法
Dim instance As EditValidationValues
public enum EditValidationValues
Members
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". |