Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveTable Method / RemoveTable(SheetTable) Method
The table instance to remove.


In This Topic
    RemoveTable(SheetTable) Method
    In This Topic
    Removes a specified table.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveTable( _
       ByVal table As SheetTable _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim table As SheetTable
     
    instance.RemoveTable(table)
    public void RemoveTable( 
       SheetTable table
    )

    Parameters

    table
    The table instance to remove.
    See Also