Class ExcelTableDxfBase
- Namespace
- OfficeOpenXml.Table
- Assembly
- EPPlus.dll
Base class for handling differnetial style records for tables.
public class ExcelTableDxfBase : XmlHelper
- Inheritance
-
ExcelTableDxfBase
- Derived
- Inherited Members
Properties
DataStyle
Style applied on the data range of a table.
public ExcelDxfStyle DataStyle { get; }
Property Value
HeaderRowStyle
Style applied on the header range of a table.
public ExcelDxfStyle HeaderRowStyle { get; }
Property Value
TotalsRowStyle
public ExcelDxfStyle TotalsRowStyle { get; }