Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Delete Method
true to clear all cell data; otherwise, the table is removed only.


In This Topic
Delete Method (ITable)
In This Topic
Deletes this ITable from the worksheet.
Syntax
'Declaration
 
Sub Delete( _
   Optional ByVal clearCells As Boolean _
) 
 
'Usage
 
Dim instance As ITable
Dim clearCells As Boolean
 
instance.Delete(clearCells)

Parameters

clearCells
true to clear all cell data; otherwise, the table is removed only.
See Also