New to Telerik Document ProcessingStart a free 30-day trial

Defines a threshold boundary for icon set conditional formatting, combining a comparison operator with a threshold value to determine icon assignment.

Definition

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

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class IconSetRange

Inheritance: objectIconSetRange

Constructors

Initializes a new IconSetRange with default settings.

C#
public IconSetRange()

Properties

Gets or sets the comparison operator used to evaluate whether cell values match this threshold range.

C#
public IconSetRangeOperator ThresholdOperator { get; set; }

Gets or sets the boundary value used with the threshold operator to define this range.

C#
public IRangeValue ThresholdValue { get; set; }