Spread Windows Forms 15.0
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)
    bool ExcelGetTables( 
       short sheet,
       out CT_Table[] tables
    )

    Parameters

    sheet
    Sheet index.
    tables
    Array of CT_Table.
    See Also