Back to Devexpress

XlCondFmtSpecificTextType Enum

corelibraries-devexpress-dot-export-dot-xl-9d9f75c6.md

latest1.1 KB
Original Source

XlCondFmtSpecificTextType Enum

List values specifying the type of the conditional format operator in a conditional formatting rule.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlCondFmtSpecificTextType
vb
Public Enum XlCondFmtSpecificTextType

Members

NameDescription
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

DevExpress.Export.Xl Namespace