Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / GetSheetTables Method


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

    Return Value

    A collection a sheet tables.
    See Also