New to Telerik Document ProcessingStart a free 30-day trial

Specifies comparison operators for evaluating icon set threshold ranges.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum IconSetRangeOperator

Fields

Matches values strictly greater than the threshold.

C#
GreaterThan = 0

Matches values greater than or equal to the threshold.

C#
GreaterThanOrEqualTo = 1

Matches values strictly less than the threshold.

C#
LessThan = 2

Matches values less than or equal to the threshold.

C#
LessThanOrEqualTo = 3