ConditionalFormattingOperatorValues enumeration

Office 2013 and later

Conditional Format Operators

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: