Table of Contents

Class ExcelTable

Namespace
OfficeOpenXml.Table
Assembly
Magicodes.EPPlus.dll
public class ExcelTable : XmlHelper, IEqualityComparer<ExcelTable>
Inheritance
ExcelTable
Implements
Inherited Members
Extension Methods

Properties

Address

public ExcelAddressBase Address { get; }

Property Value

ExcelAddressBase

Columns

public ExcelTableColumnCollection Columns { get; }

Property Value

ExcelTableColumnCollection

DataCellStyleName

public string DataCellStyleName { get; set; }

Property Value

string

HeaderRowCellStyle

public string HeaderRowCellStyle { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ShowColumnStripes

public bool ShowColumnStripes { get; set; }

Property Value

bool

ShowFilter

public bool ShowFilter { get; set; }

Property Value

bool

ShowFirstColumn

public bool ShowFirstColumn { get; set; }

Property Value

bool

ShowHeader

public bool ShowHeader { get; set; }

Property Value

bool

ShowLastColumn

public bool ShowLastColumn { get; set; }

Property Value

bool

ShowRowStripes

public bool ShowRowStripes { get; set; }

Property Value

bool

ShowTotal

public bool ShowTotal { get; set; }

Property Value

bool

StyleName

public string StyleName { get; set; }

Property Value

string

TableStyle

public TableStyles TableStyle { get; set; }

Property Value

TableStyles

TableUri

public Uri TableUri { get; }

Property Value

Uri

TableXml

public XmlDocument TableXml { get; set; }

Property Value

XmlDocument

TotalsRowCellStyle

public string TotalsRowCellStyle { get; set; }

Property Value

string

WorkSheet

public ExcelWorksheet WorkSheet { get; set; }

Property Value

ExcelWorksheet

Methods

Equals(ExcelTable, ExcelTable)

public bool Equals(ExcelTable x, ExcelTable y)

Parameters

x ExcelTable
y ExcelTable

Returns

bool

GetHashCode(ExcelTable)

public int GetHashCode(ExcelTable obj)

Parameters

obj ExcelTable

Returns

int