TdxSpreadSheetTableView.DeleteAllCells Method
Removes all cell objects from the worksheet.
Declaration
procedure DeleteAllCells;
Remarks
The DeleteAllCells procedure is particularly useful for memory cleanup. To delete only specific cell objects, use the DeleteCells method instead.
Note
Invoking the DeleteAllCells procedure has no effect if the CanDelete function returns False.
See Also