ConditionalFormattingOperatorValues Enumeration
Conditional Format Operators
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ConditionalFormattingOperatorValues
'Usage
Dim instance As ConditionalFormattingOperatorValues
public enum ConditionalFormattingOperatorValues
Members
Member name | Description | |
---|---|---|
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". | |
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". | |
GreaterThanOrEqual | Greater Than Or Equal. When the item is serialized out as xml, its value is "greaterThanOrEqual". | |
GreaterThan | Greater Than. When the item is serialized out as xml, its value is "greaterThan". | |
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". | |
ContainsText | Contains. When the item is serialized out as xml, its value is "containsText". | |
NotContains | Does Not Contain. When the item is serialized out as xml, its value is "notContains". | |
BeginsWith | Begins With. When the item is serialized out as xml, its value is "beginsWith". | |
EndsWith | Ends With. When the item is serialized out as xml, its value is "endsWith". |