Class ConditionValue
  
  
  
  
    Inheritance
    System.Object
    ConditionValue
   
  
  Assembly: DRIT.Spreadsheet.dll
  
  
    public class ConditionValue : object
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
  
  
  
  
  
  
  Declaration
  
    public ConditionValue(ConditionValueType type, double value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public ConditionValue(ConditionValueType type, string formula)
   
  Parameters
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string Formula { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public bool GreaterThanOrEqual { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public ConditionValueType Type { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public double Value { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         |