Spread Windows Forms 12.0 Product Documentation
Delete Method (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : Delete Method
true to clear all cell data; otherwise, the table is removed only.
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)
void Delete( 
   bool clearCells
)

Parameters

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

Reference

ITable Interface
ITable Members