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 GreaterThanOrEqualToRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with 3 parameters instead.")]
public GreaterThanOrEqualToRule(string argument)
  Parameters
| 
        System.String
        argument
         
  | 
    
GreaterThanOrEqualToRule(String, DifferentialFormatting)
Initializes a new instance of the GreaterThanOrEqualToRule class.
Declaration
public GreaterThanOrEqualToRule(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
         
  |