ExcelTableColumnCollection Constructor

Office Open XML

Initializes a new instance of the ExcelTableColumnCollection class

Namespace:  OfficeOpenXml.Table
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelTableColumnCollection(
	ExcelTable table
)
Visual Basic (Declaration)
Public Sub New ( _
	table As ExcelTable _
)
Visual C++
public:
ExcelTableColumnCollection(
	ExcelTable^ table
)

Parameters

table
Type: OfficeOpenXml.Table..::.ExcelTable

[Missing <param name="table"/> documentation for "M:OfficeOpenXml.Table.ExcelTableColumnCollection.#ctor(OfficeOpenXml.Table.ExcelTable)"]

See Also