Skip to main content
A newer version of this page is available. .

XlCondFmtOperator Enum

Lists the types of relational operators used in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum XlCondFmtOperator

Members

Name Description
BeginsWith

Format cells that begin with the specified text string.

Between

Format cells that are between two specified values.

ContainsText

Format cells that contains the specified text string.

EndsWith

Format cells that end with the specified text string.

Equal

Format cells whose values are equal to a specified value.

GreaterThan

Format cells whose values are greater than a specified value.

GreaterThanOrEqual

Format cells whose values are greater than or equal to a specified value.

LessThan

Format cells whose values are less than a specified value.

LessThanOrEqual

Format cell whose values are less than or equal to a specified value.

NotBetween

Formats cells that are not between two specified values.

NotContains

Format cells that do not contain the specified text string.

NotEqual

Format cells whose values are not equal to a specified value.

Related API Members

The following properties accept/return XlCondFmtOperator values:

See Also