Class NotEqualToRule
Represents a rule that determines whether a given value is not equal to another argument value.
Inheritance
System.Object
    
    
    
    NotEqualToRule
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NotEqualToRule : SingleArgumentConditionalFormattingRule, IPropertyValueProvider
  Constructors
NotEqualToRule(String)
Initializes a new instance of the NotEqualToRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public NotEqualToRule(string argument)
  Parameters
| 
        System.String
        argument
         
  | 
    
NotEqualToRule(String, DifferentialFormatting)
Initializes a new instance of the NotEqualToRule class.
Declaration
public NotEqualToRule(string argument, DifferentialFormatting formatting)
  Parameters
| 
        System.String
        argument
         
  | 
    
| 
        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
         
  |