HotXLS Docs

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;