Show / Hide Table of Contents

Class ExcelTableAddress

Extended address information for a table address

Inheritance
object
ExcelTableAddress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelTableAddress

Properties

ColumnSpan

Column span

Declaration
public string ColumnSpan { get; set; }
Property Value
Type Description
string

IsAll

Reference entire table

Declaration
public bool IsAll { get; set; }
Property Value
Type Description
bool

IsData

Reference table data

Declaration
public bool IsData { get; set; }
Property Value
Type Description
bool

IsHeader

Reference the table header row

Declaration
public bool IsHeader { get; set; }
Property Value
Type Description
bool

IsThisRow

Reference the current table row

Declaration
public bool IsThisRow { get; set; }
Property Value
Type Description
bool

IsTotals

Reference table totals row

Declaration
public bool IsTotals { get; set; }
Property Value
Type Description
bool

Name

The name of the table

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX