[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RemoveTable

RemoveTable Method

RemoveTable(string, bool)

Removes a TableView.

Declaration
public void RemoveTable(string tableName, bool clearCells = false)
Public Sub RemoveTable(tableName As String, Optional clearCells As Boolean = False)
Parameters
Type Name Description
string tableName

Table Name.

bool clearCells