Back to Devexpress

ConditionalFormattingIconSetValue.ComparisonOperator Property

officefileapi-devexpress-dot-spreadsheet-dot-conditionalformattingiconsetvalue.md

latest1.8 KB
Original Source

ConditionalFormattingIconSetValue.ComparisonOperator Property

Returns the relational operator used by the threshold value of the icon set conditional formatting rule to determine to which cells the icon should be applied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingValueOperator ComparisonOperator { get; }
vb
ReadOnly Property ComparisonOperator As ConditionalFormattingValueOperator

Property Value

TypeDescription
ConditionalFormattingValueOperator

One of the ConditionalFormattingValueOperator enumeration values.

|

Available values:

NameDescription
Greater

Specifies the "greater than" relational operator.

| | GreaterOrEqual |

Specifies the "greater than or equal to" relational operator.

|

See Also

ConditionalFormattingIconSetValue Interface

ConditionalFormattingIconSetValue Members

DevExpress.Spreadsheet Namespace