XlCondFmtRule.RuleType Property
Gets the type of the specified conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlCondFmtType RuleType { get; }
#Property Value
Type | Description |
---|---|
Xl |
One of the Xl |
Available values:
Name | Description |
---|---|
Above |
Format cells whose values are above or below the average for all values in the range. |
Begins |
Format cells that begin with the specified text string. |
Cell |
Format a cell using the relational operator. |
Color |
Format cells using color scales. |
Contains |
Format blank or empty cells. |
Contains |
Format cells that contain errors. |
Contains |
Format cells that contain the specified text string. |
Data |
Format cells using data bars. |
Duplicate |
Format cells with duplicate values. |
Ends |
Format cells that end with the specified text string. |
Expression | Format cells using an expression. |
Icon |
Format cells using icon set. |
Not |
Format non-empty cells. |
Not |
Format cells that do not contain errors. |
Not |
Format cells that do not contain the specified text string. |
Time |
Format cells that contain dates in the specified time period. |
Top10 | Format cells values that fall in the top/bottom N bracket. |
Unique |
Format cells that contains unique values. |