Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetTables Method


In This Topic
    GetTables Method
    In This Topic
    Gets the sheet tables.
    Syntax
    'Declaration
     
    Public Function GetTables() As SheetTable()
    'Usage
     
    Dim instance As Worksheet
    Dim value() As SheetTable
     
    value = instance.GetTables()
    public SheetTable[] GetTables()

    Return Value

    The array of table instances. The array is never null.
    See Also