Class GreaterThanOrEqualToRule
Represents a rule that indicates whether a value is greater 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 GreaterThanOrEqualToRule : SingleArgumentComparisonRule, IPropertyValueProvider
Constructors
GreaterThanOrEqualToRule(String)
Initializes a new instance of the Greater
Declaration
[Obsolete("This constructor is obsoleted, please use the one with 3 parameters instead.")]
public GreaterThanOrEqualToRule(string argument)
Parameters
System.
|
GreaterThanOrEqualToRule(String, DifferentialFormatting)
Initializes a new instance of the Greater
Declaration
public GreaterThanOrEqualToRule(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.
|