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


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.
    Example
    This example uses the GetTables method.
    See Also