Class ExcelTableDxfBase
Base class for handling differnetial style records for tables.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Table
Assembly: EPPlus.dll
Syntax
public class ExcelTableDxfBase : XmlHelper
  Properties
DataStyle
Style applied on the data range of a table.
Declaration
public ExcelDxfStyle DataStyle { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDxfStyle | 
HeaderRowStyle
Style applied on the header range of a table.
Declaration
public ExcelDxfStyle HeaderRowStyle { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDxfStyle | 
TotalsRowStyle
Declaration
public ExcelDxfStyle TotalsRowStyle { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDxfStyle |