Class TableStyle
  
  
  
  
    Inheritance
    System.Object
    TableStyle
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class TableStyle : object
   
  Constructors
  
  
  
  
  TableStyle()
  
  
  Declaration
  
  Properties
  
  
  
  
  Elements
  
  
  Declaration
  
    public List<TableStyleElement> Elements { get; }
   
  Property Value
  
  
  
  
  FirstColumn
  
  
  Declaration
  
    public TableStyleElement FirstColumn { get; }
   
  Property Value
  
  
  
  
  FirstColumnStripe
  
  
  Declaration
  
    public TableStyleElement FirstColumnStripe { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public TableStyleElement FirstHeaderCell { get; }
   
  Property Value
  
  
  
  
  FirstRowStripe
  
  
  Declaration
  
    public TableStyleElement FirstRowStripe { get; }
   
  Property Value
  
  
  
  
  FirstTotalCell
  
  
  Declaration
  
    public TableStyleElement FirstTotalCell { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public TableStyleElement HeaderRow { get; }
   
  Property Value
  
  
  
  
  LastColumn
  
  
  Declaration
  
    public TableStyleElement LastColumn { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public TableStyleElement LastHeaderCell { get; }
   
  Property Value
  
  
  
  
  LastTotalCell
  
  
  Declaration
  
    public TableStyleElement LastTotalCell { get; }
   
  Property Value
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Pivot
  
  
  Declaration
  
    public bool Pivot { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  SecondColumnStripe
  
  
  Declaration
  
    public TableStyleElement SecondColumnStripe { get; }
   
  Property Value
  
  
  
  
  SecondRowStripe
  
  
  Declaration
  
    public TableStyleElement SecondRowStripe { get; }
   
  Property Value
  
  
  
  
  Table
  
  
  Declaration
  
    public bool Table { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  TotalRow
  
  
  Declaration
  
    public TableStyleElement TotalRow { get; }
   
  Property Value
  
  
  
  
  WholeTable
  
  
  Declaration
  
    public TableStyleElement WholeTable { get; }
   
  Property Value