DataValidationOperatorValues Enumeration
Data Validation Operator
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DataValidationOperatorValues
'Usage
Dim instance As DataValidationOperatorValues
public enum DataValidationOperatorValues
Members
Member name | Description | |
---|---|---|
Between | Between. When the item is serialized out as xml, its value is "between". | |
NotBetween | Not Between. When the item is serialized out as xml, its value is "notBetween". | |
Equal | Equal. When the item is serialized out as xml, its value is "equal". | |
NotEqual | Not Equal. When the item is serialized out as xml, its value is "notEqual". | |
LessThan | Less Than. When the item is serialized out as xml, its value is "lessThan". | |
LessThanOrEqual | Less Than Or Equal. When the item is serialized out as xml, its value is "lessThanOrEqual". | |
GreaterThan | Greater Than. When the item is serialized out as xml, its value is "greaterThan". | |
GreaterThanOrEqual | Greater Than Or Equal. When the item is serialized out as xml, its value is "greaterThanOrEqual". |