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 NotBetweenRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public NotBetweenRule(string first, string second)
Parameters
System.String
first
|
System.String
second
|
NotBetweenRule(String, String, DifferentialFormatting)
Initializes a new instance of the NotBetweenRule class.
Declaration
public NotBetweenRule(string first, string second, DifferentialFormatting formatting)
Parameters
System.String
first
|
System.String
second
|
DifferentialFormatting
formatting
|
Methods
Resolve(ICellValue)
Resolves the rule in regards to a given cell value.
Declaration
protected override double Resolve(ICellValue value)
Parameters
ICellValue
value
The cell value |
Returns
System.Double
|