XlCondFmtSpecificTextType Enum
In This Article
List values specifying the type of the conditional format operator in a conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Contains
|
Format cells that contain the specified text string. |
Not
|
Format cells that do not contain the specified text string. |
Begins
|
Format cells that begin with the specified text string. |
Ends
|
Format cell that end with the specified text string. |
See Also