Class IconSetInformation
  
  
  
  
    Inheritance
    System.Object
    IconSetInformation
   
  
  Assembly: DRIT.Spreadsheet.dll
  
  
    public class IconSetInformation : object
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public IconSetInformation(double value, double min, double max, bool reversed, IconSet iconSet)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
      
        | System.Double | 
        min | 
         | 
      
      
        | System.Double | 
        max | 
         | 
      
      
        | System.Boolean | 
        reversed | 
         | 
      
      
        | IconSet | 
        iconSet | 
         | 
      
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public IconType Icon { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public IconSet IconSet { get; }
   
  Property Value