[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITable.Delete

Delete Method

Delete(bool)

Deletes this ITable from the worksheet.

Declaration
void Delete(bool clearCells = true)
Sub Delete(Optional clearCells As Boolean = True)
Parameters
Type Name Description
bool clearCells

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