BetweenRule
Class
Conditional formatting rule that applies formatting when a cell value falls between two specified bounds, inclusive.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class BetweenRule : DoubleArgumentConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleDoubleArgumentConditionalFormattingRuleBetweenRule
Inherited Members
Constructors
Initializes a new instance of the BetweenRule class.
C#
public BetweenRule(string argument1, string argument2, DifferentialFormatting formatting)
Methods
Evaluates whether the cell value falls between the two boundary arguments and returns 1.0 if true, 0.0 otherwise.
C#
protected override double Resolve(ICellValue value)
The cell value
Returns:Overrides: