Class IconSetRange
Defines a threshold boundary for icon set conditional formatting, combining a comparison operator with a threshold value to determine icon assignment.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class IconSetRange
Constructors
IconSetRange()
Initializes a new IconSetRange with default settings.
Declaration
public IconSetRange()
Properties
ThresholdOperator
Gets or sets the comparison operator used to evaluate whether cell values match this threshold range.
Declaration
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
public IRangeValue ThresholdValue { get; set; }
Property Value
|
IRangeValue
|