Table of Contents

Class ExcelTableAddress

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Extended address information for a table address

public class ExcelTableAddress
Inheritance
ExcelTableAddress
Inherited Members

Constructors

ExcelTableAddress()

public ExcelTableAddress()

Properties

ColumnSpan

Column span

public string ColumnSpan { get; set; }

Property Value

string

IsAll

Reference entire table

public bool IsAll { get; set; }

Property Value

bool

IsData

Reference table data

public bool IsData { get; set; }

Property Value

bool

IsHeader

Reference the table header row

public bool IsHeader { get; set; }

Property Value

bool

IsThisRow

Reference the current table row

public bool IsThisRow { get; set; }

Property Value

bool

IsTotals

Reference table totals row

public bool IsTotals { get; set; }

Property Value

bool

Name

The name of the table

public string Name { get; set; }

Property Value

string