Class NotBetweenRule
Represents a rule that determines whether a given value is not between two other argument values.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NotBetweenRule : DoubleArgumentConditionalFormattingRule, IPropertyValueProvider
Constructors
NotBetweenRule(String, String)
Initializes a new instance of the Not
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public NotBetweenRule(string first, string second)
Parameters
System.
|
System.
|
NotBetweenRule(String, String, DifferentialFormatting)
Initializes a new instance of the Not
Declaration
public NotBetweenRule(string first, string second, DifferentialFormatting formatting)
Parameters
System.
|
System.
|
Differential
|
Methods
Resolve(ICellValue)
Resolves the rule in regards to a given cell value.
Declaration
protected override double Resolve(ICellValue value)
Parameters
ICell The cell value |
Returns
System.
|