Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / GetSheetTables Method


In This Topic
    GetSheetTables Method (IExcelWorksheet)
    In This Topic
    Returns all tables defined in the current worksheet.
    Syntax
    'Declaration
     
    Function GetSheetTables() As List(Of IExcelTable)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As List(Of IExcelTable)
     
    value = instance.GetSheetTables()
    List<IExcelTable> GetSheetTables()

    Return Value

    A collection a sheet tables.
    See Also