Spread WinForms 15
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)

Parameters

tableName
Table Name.
clearCells
See Also