EPPlus 3.0 |
ExcelTableColumnCollection..::.Item Property (Int32) |
ExcelTableColumnCollection Class See Also Send Feedback |
The column Index. Base 0.
Namespace:
OfficeOpenXml.Table
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelTableColumn this[ int Index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ Index As Integer _ ) As ExcelTableColumn |
Visual C++ |
---|
public: property ExcelTableColumn^ default[int Index] { ExcelTableColumn^ get (int Index); } |
Parameters
- Index
- Type: System..::.Int32