XlCondFmtOperator Enum
Lists the types of relational operators used in the conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Begins
|
Format cells that begin with the specified text string. |
Between
|
Format cells that are between two specified values. |
Contains
|
Format cells that contains the specified text string. |
Ends
|
Format cells that end with the specified text string. |
Equal
|
Format cells whose values are equal to a specified value. |
Greater
|
Format cells whose values are greater than a specified value. |
Greater
|
Format cells whose values are greater than or equal to a specified value. |
Less
|
Format cells whose values are less than a specified value. |
Less
|
Format cell whose values are less than or equal to a specified value. |
Not
|
Formats cells that are not between two specified values. |
Not
|
Format cells that do not contain the specified text string. |
Not
|
Format cells whose values are not equal to a specified value. |
#Related API Members
The following properties accept/return XlCondFmtOperator values: