ClassBetweenRule
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:
cs-api-definition
public class BetweenRule : DoubleArgumentConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleDoubleArgumentConditionalFormattingRuleBetweenRule
Inherited Members
Constructors
BetweenRule(string, string)
Initializes a new BetweenRule with two boundary arguments.
BetweenRule(string, string, DifferentialFormatting)
Initializes a new instance of the BetweenRule class.
Declaration
cs-api-definition
public BetweenRule(string argument1, string argument2, DifferentialFormatting formatting)
Parameters
argument1
argument2
formatting
Methods
Resolve(ICellValue)
Evaluates whether the cell value falls between the two boundary arguments and returns 1.0 if true, 0.0 otherwise.
Declaration
cs-api-definition
protected override double Resolve(ICellValue value)
Parameters
value
The cell value
Returns
Overrides