Table of Contents

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

int

this[int]

public ExcelTableColumn this[int Index] { get; }

Parameters

Index int

Property Value

ExcelTableColumn

this[string]

public ExcelTableColumn this[string Name] { get; }

Parameters

Name string

Property Value

ExcelTableColumn

Table

public ExcelTable Table { get; }

Property Value

ExcelTable