Item Property (Int32)

Office Open XML

The table Index. Base 0.

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

Syntax

C#
public ExcelTable this[
	int Index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As ExcelTable
Visual C++
public:
property ExcelTable^ default[int Index] {
	ExcelTable^ get (int Index);
}

Parameters

Index
Type: System..::.Int32

Return Value

See Also