Class Fill
  
  
  
  
    Inheritance
    System.Object
    Fill
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class Fill : object
   
  Properties
  
  
  
  
  Gradient
  
  
  Declaration
  
    public GradientFill Gradient { get; set; }
   
  Property Value
  
  
  
  
  Pattern
  
  
  Declaration
  
    public PatternFill Pattern { get; set; }
   
  Property Value
  
  
  
  
  PictureFill
  
  
  Declaration
  
    public PictureFill PictureFill { get; set; }
   
  Property Value
  
  
  
  
  SolidColor
  
  
  Declaration
  
    public Color SolidColor { get; set; }
   
  Property Value
  
  
  
  
  SolidDrawingColor
  
  
  Declaration
  
    public DrawingColor SolidDrawingColor { get; set; }
   
  Property Value
  
  
  
  
  TextureName
  
  
  Declaration
  
    public string TextureName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Transparency
  
  
  Declaration
  
    public decimal Transparency { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Decimal | 
         | 
      
    
  
  
  
  
  Type
  
  
  Declaration
  
    public FillType Type { get; set; }
   
  Property Value