NotBetweenRule
Class
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:
C#
public class NotBetweenRule : DoubleArgumentConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleConditionalFormattingDxfRuleDoubleArgumentConditionalFormattingRuleNotBetweenRule
Inherited Members
Constructors
Initializes a new NotBetweenRule with two boundary arguments and formatting to apply when the condition is met.
C#
public NotBetweenRule(string first, string second, DifferentialFormatting formatting)
Methods
Evaluates whether the cell value falls outside the range defined by 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: