Enum IconSetRangeOperator
Specifies comparison operators for evaluating icon set threshold ranges.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum IconSetRangeOperator
GreaterThan
Matches values strictly greater than the threshold.
GreaterThanOrEqualTo
Matches values greater than or equal to the threshold.
LessThan
Matches values strictly less than the threshold.
LessThanOrEqualTo
Matches values less than or equal to the threshold.