Class ColorScaleCriteria
  
  Represents one criteria in the color scale definition.
It groups together the type, value with the color.
 
  
  
    Inheritance
    System.Object
    ColorScaleCriteria
   
  
  Assembly: DRIT.Spreadsheet.dll
  
  
    public class ColorScaleCriteria : object
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public SpreadsheetColor Color { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Formula { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public ConditionValueType Type { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public double Value { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         |