TdxSpreadSheetTableView.DeleteAllCells Method
In This Article
Removes all cell objects from the worksheet.
#Declaration
Delphi
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 Delete
See Also