Class ExcelTableDxfBase
Base class for handling differnetial style records for tables.
Inherited Members
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 |