Click or drag to resize

ConditionalFormattingOperatorValues Enumeration

Conditional Format Operators

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 ConditionalFormattingOperatorValues
Members
Member nameValueDescription
LessThan0 Less Than.

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

LessThanOrEqual1 Less Than Or Equal.

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

Equal2 Equal.

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

NotEqual3 Not Equal.

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

GreaterThanOrEqual4 Greater Than Or Equal.

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

GreaterThan5 Greater Than.

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

Between6 Between.

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

NotBetween7 Not Between.

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

ContainsText8 Contains.

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

NotContains9 Does Not Contain.

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

BeginsWith10 Begins With.

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

EndsWith11 Ends With.

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

See Also