Class Margins
  
  
  
  
    Inheritance
    System.Object
    Margins
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class Margins : object
   
  Properties
  
  
  
  
  Automatic
  
  
  Declaration
  
    public bool Automatic { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Bottom
  
  
  Declaration
  
    public double Bottom { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Left
  
  
  Declaration
  
    public double Left { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Right
  
  
  Declaration
  
    public double Right { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Top
  
  
  Declaration
  
    public double Top { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         |