Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveTable Method
Table Name.


In This Topic
    RemoveTable Method
    In This Topic
    Removes a TableView.
    Syntax
    'Declaration
     
    
    Public Sub RemoveTable( _
       ByVal tableName As String, _
       Optional ByVal clearCells As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim tableName As String
    Dim clearCells As Boolean
     
    instance.RemoveTable(tableName, clearCells)
    public void RemoveTable( 
       string tableName,
       bool clearCells
    )

    Parameters

    tableName
    Table Name.
    clearCells
    See Also