ClassNotBetweenRule
Conditional formatting rule that applies formatting when a cell value falls outside the range defined by two specified bounds.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class NotBetweenRule : DoubleArgumentConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleDoubleArgumentConditionalFormattingRuleNotBetweenRule
Inherited Members
Constructors
NotBetweenRule(string, string)
Initializes a new NotBetweenRule with two boundary arguments.
NotBetweenRule(string, string, DifferentialFormatting)
Initializes a new NotBetweenRule with two boundary arguments and formatting to apply when the condition is met.
Declaration
public NotBetweenRule(string first, string second, DifferentialFormatting formatting)
Parameters
first
second
formatting
Methods
Resolve(ICellValue)
Evaluates whether the cell value falls outside the range defined by the two boundary arguments and returns 1.0 if true, 0.0 otherwise.
Declaration
protected override double Resolve(ICellValue value)
Parameters
value
The cell value
Returns
Overrides