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 |
|---|---|
| Boolean |
IsData
Reference table data
Declaration
public bool IsData { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsHeader
Reference the table header row
Declaration
public bool IsHeader { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsThisRow
Reference the current table row
Declaration
public bool IsThisRow { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsTotals
Reference table totals row
Declaration
public bool IsTotals { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Name
The name of the table
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |