Class ExcelTableColumnCollection
- Namespace
- OfficeOpenXml.Table
- Assembly
- Magicodes.EPPlus.dll
public class ExcelTableColumnCollection : IEnumerable<ExcelTableColumn>, IEnumerable
- Inheritance
-
ExcelTableColumnCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
ExcelTableColumnCollection(ExcelTable)
public ExcelTableColumnCollection(ExcelTable table)
Parameters
table
ExcelTable
Properties
Count
public int Count { get; }
Property Value
this[int]
public ExcelTableColumn this[int Index] { get; }
Parameters
Index
int
Property Value
this[string]
public ExcelTableColumn this[string Name] { get; }
Parameters
Name
string
Property Value
Table
public ExcelTable Table { get; }