Get all Excel Tables.
bool ExcelGetTables(
short ,
out CT_Table[]
)
'Declaration
Function ExcelGetTables( _
ByVal As Short, _
ByRef () 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.