Class ExcelTableAddress
Extended address information for a table address
Inherited Members
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 |