A collection of table objects
Namespace:
OfficeOpenXml.Table
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public class ExcelTableCollection : IEnumerable<ExcelTable>, IEnumerable |
Visual Basic (Declaration) |
---|
Public Class ExcelTableCollection _ Implements IEnumerable(Of ExcelTable), IEnumerable |
Visual C++ |
---|
public ref class ExcelTableCollection : IEnumerable<ExcelTable^>, IEnumerable |