'Declaration
Function ExcelGetTables( _ ByVal sheet As Short, _ ByRef tables() As CT_Table _ ) As Boolean
'Usage
Dim instance As IExcelTableXml Dim sheet As Short Dim tables() As CT_Table Dim value As Boolean value = instance.ExcelGetTables(sheet, tables)
Parameters
- sheet
- Sheet index.
- tables
- Array of CT_Table.