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


In This Topic
    RemoveTable(String) Method
    In This Topic
    Removes the table with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveTable( _
       ByVal tableName As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim tableName As String
     
    instance.RemoveTable(tableName)
    public void RemoveTable( 
       string tableName
    )

    Parameters

    tableName
    The table name to remove.
    See Also