Class BetweenRule
Represents a rule that determines whether a given value is between two other argument values.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class BetweenRule : DoubleArgumentConditionalFormattingRule, IPropertyValueProvider
Constructors
BetweenRule(String, String)
Initializes a new instance of the BetweenRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with 3 parameters instead.")]
public BetweenRule(string argument1, string argument2)
Parameters
System.String
argument1
|
System.String
argument2
|
BetweenRule(String, String, DifferentialFormatting)
Initializes a new instance of the BetweenRule class.
Declaration
public BetweenRule(string argument1, string argument2, DifferentialFormatting formatting)
Parameters
System.String
argument1
|
System.String
argument2
|
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
|