Tables defined in the worksheet.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelTableCollection Tables { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Tables As ExcelTableCollection |
Visual C++ |
---|
public: property ExcelTableCollection^ Tables { ExcelTableCollection^ get (); } |