







|
| EPPlus 3.0 |
| ExcelTableCollection..::.Item Property (String) |
| ExcelTableCollection Class See Also Send Feedback |
Indexer
Namespace:
OfficeOpenXml.Table
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelTable this[ string Name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ Name As String _ ) As ExcelTable |
| Visual C++ |
|---|
public: property ExcelTable^ default[String^ Name] { ExcelTable^ get (String^ Name); } |
Parameters
- Name
- Type: System..::.String
The name of the table
