Back to Devexpress

TextConditionalFormatting.Condition Property

officefileapi-devexpress-dot-spreadsheet-dot-textconditionalformatting.md

latest1.8 KB
Original Source

TextConditionalFormatting.Condition Property

Gets or sets the type of the conditional format operator used in the conditional formatting rule.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingTextCondition Condition { get; set; }
vb
Property Condition As ConditionalFormattingTextCondition

Property Value

TypeDescription
ConditionalFormattingTextCondition

One of ConditionalFormattingTextCondition enumeration values.

|

Available values:

NameDescription
Contains

Formats cells that contain the specified text string.

| | NotContains |

Formats cells that do not contain the specified text string.

| | BeginsWith |

Formats cells that begin with the specified text string.

| | EndsWith |

Formats cells that end with the specified text string.

|

See Also

TextConditionalFormatting Interface

TextConditionalFormatting Members

DevExpress.Spreadsheet Namespace