XlCondFmtRuleCellIs.Operator Property
Gets or sets the type of relational operator used in a conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlCondFmtOperator Operator { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
One of the Xl |
Available values:
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. |