Class LessThanOrEqualToRule
Represents a rule that indicates whether a value is less than or equal to a given argument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class LessThanOrEqualToRule : SingleArgumentComparisonRule, IPropertyValueProvider
Constructors
LessThanOrEqualToRule(String)
Initializes a new instance of the Less
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public LessThanOrEqualToRule(string argument)
Parameters
System.
|
LessThanOrEqualToRule(String, DifferentialFormatting)
Initializes a new instance of the Less
Declaration
public LessThanOrEqualToRule(string argument, DifferentialFormatting formatting)
Parameters
System.
|
Differential
|
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. The cell value |
System. The argument value |
Returns
System.
|