Enum
IconSetRangeOperator

Specifies comparison operators for evaluating icon set threshold ranges.

Definition

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

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum IconSetRangeOperator

Fields

GreaterThan

Matches values strictly greater than the threshold.

Declaration

cs-api-definition
GreaterThan = 0

Field Value

IconSetRangeOperator

GreaterThanOrEqualTo

Matches values greater than or equal to the threshold.

Declaration

cs-api-definition
GreaterThanOrEqualTo = 1

Field Value

IconSetRangeOperator

LessThan

Matches values strictly less than the threshold.

Declaration

cs-api-definition
LessThan = 2

Field Value

IconSetRangeOperator

LessThanOrEqualTo

Matches values less than or equal to the threshold.

Declaration

cs-api-definition
LessThanOrEqualTo = 3

Field Value

IconSetRangeOperator