Class ColorScaleRule
Represents a range rule that applies different color value to a cell, in accordance to its distance from given Max and Min value.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ColorScaleRule : ConditionalFormattingRule, IPropertyValueProvider
Constructors
ColorScaleRule(ColorScaleValueContextBase)
Initializes a new instance of the ColorScaleRule class.
Declaration
public ColorScaleRule(ColorScaleValueContextBase values)
Parameters
ColorScaleValueContextBase
values
|
Properties
ValueContext
Gets an object that describes the range rules and values.
Declaration
public ColorScaleValueContextBase ValueContext { get; }
Property Value
ColorScaleValueContextBase
|