Class ExcelTableAddress
Extended address information for a table address
Inheritance
System.Object
ExcelTableAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.String |
IsAll
Reference entire table
Declaration
public bool IsAll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsData
Reference table data
Declaration
public bool IsData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHeader
Reference the table header row
Declaration
public bool IsHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsThisRow
Reference the current table row
Declaration
public bool IsThisRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTotals
Reference table totals row
Declaration
public bool IsTotals { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of the table
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |