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