'Declaration
Sub Delete( _ Optional ByVal clearCells As Boolean _ )
void Delete( bool clearCells )
Parameters
- clearCells
true
to clear all cell data; otherwise, the table is removed only.
true
to clear all cell data; otherwise, the table is removed only.
'Declaration
Sub Delete( _ Optional ByVal clearCells As Boolean _ )
void Delete( bool clearCells )
true
to clear all cell data; otherwise, the table is removed only.