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