Class StyleSheetCellStyle
  
  Represents the style of a cell.
    Inheritance
    System.Object
    
    StyleSheetCellStyle
   
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class StyleSheetCellStyle : CellStyle
   
  Properties
  
  
  
  
  Borders
  
  
  Declaration
  
    public override AbstractBorders Borders { get; set; }
   
  Property Value
  
  Overrides
  
  
  
  
  Fill
  
  
  Declaration
  
    public override CellFill Fill { get; set; }
   
  Property Value
  
  Overrides
  
  
  
  
  Font
  
  
  Declaration
  
    public override AbstractFont Font { get; set; }
   
  Property Value
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override Format Format { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Equals(StyleSheetCellStyle)
  
  
  Declaration
  
    protected bool Equals(StyleSheetCellStyle other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |