Back to Devexpress

RangeConditionalFormatting.Condition Property

officefileapi-devexpress-dot-spreadsheet-dot-rangeconditionalformatting.md

latest1.6 KB
Original Source

RangeConditionalFormatting.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
ConditionalFormattingRangeCondition Condition { get; set; }
vb
Property Condition As ConditionalFormattingRangeCondition

Property Value

TypeDescription
ConditionalFormattingRangeCondition

One of ConditionalFormattingRangeCondition enumeration values.

|

Available values:

NameDescription
Inside

Formats cells that are between two specified values.

| | Outside |

Formats cells that are not between two specified values.

|

See Also

RangeConditionalFormatting Interface

RangeConditionalFormatting Members

DevExpress.Spreadsheet Namespace