Class ExcelTableAddress
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelTableAddress
- Inheritance
-
ExcelTableAddress
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelTableAddress()
public ExcelTableAddress()
Properties
ColumnSpan
public string ColumnSpan { get; set; }
Property Value
- string
IsAll
public bool IsAll { get; set; }
Property Value
- bool
IsData
public bool IsData { get; set; }
Property Value
- bool
public bool IsHeader { get; set; }
Property Value
- bool
IsThisRow
public bool IsThisRow { get; set; }
Property Value
- bool
IsTotals
public bool IsTotals { get; set; }
Property Value
- bool
Name
public string Name { get; set; }
Property Value
- string