Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelTableXml Interface / ExcelGetTables Method
Sheet index.
Array of CT_Table.


In This Topic
ExcelGetTables Method
In This Topic
Get all Excel Tables.
Syntax
'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.
See Also