Class
IconSetRange

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:

cs-api-definition
public class IconSetRange

Inheritance: objectIconSetRange

Constructors

IconSetRange()

Initializes a new IconSetRange with default settings.

Declaration

cs-api-definition
public IconSetRange()

Properties

ThresholdOperator

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

Declaration

cs-api-definition
public IconSetRangeOperator ThresholdOperator { get; set; }

Property Value

IconSetRangeOperator

ThresholdValue

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

Declaration

cs-api-definition
public IRangeValue ThresholdValue { get; set; }

Property Value

IRangeValue