Table of Contents

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

ExcelDxfStyle

HeaderRowStyle

Style applied on the header range of a table.

public ExcelDxfStyle HeaderRowStyle { get; }

Property Value

ExcelDxfStyle

TotalsRowStyle

public ExcelDxfStyle TotalsRowStyle { get; }

Property Value

ExcelDxfStyle