Item Property (String)

Office Open XML

Indexer

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

Syntax

C#
public ExcelTableColumn this[
	string Name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Name As String _
) As ExcelTableColumn
Visual C++
public:
property ExcelTableColumn^ default[String^ Name] {
	ExcelTableColumn^ get (String^ Name);
}

Parameters

Name
Type: System..::.String
The name of the table

Return Value

The table column. Null if the table name is not found in the collection

See Also