Class LessThanRule
Represents a rule that indicates whether a value is less than a given argument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class LessThanRule : SingleArgumentComparisonRule, IPropertyValueProvider
Constructors
LessThanRule(String)
Initializes a new instance of the LessThanRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public LessThanRule(string argument)
Parameters
System.String
argument
|
LessThanRule(String, DifferentialFormatting)
Initializes a new instance of the LessThanRule class.
Declaration
public LessThanRule(string argument, DifferentialFormatting formatting)
Parameters
System.String
argument
|
DifferentialFormatting
formatting
|
Methods
ResolveComparables(IComparable, IComparable)
Resolves the rule in regards to a pair of given comparable values.
Declaration
protected override double ResolveComparables(IComparable cellValue, IComparable value)
Parameters
System.IComparable
cellValue
The cell value |
System.IComparable
value
The argument value |
Returns
System.Double
|