HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Delete method
Deletes all shapes in the shapes collection
Syntax
procedure
Delete;
Example
This example clears all shapes from the worksheet
Workbook.Sheets[1].Shapes.Delete;