HotXLS Docs

Count property

Returns the total number of shapes in the worksheet collection

Syntax

property Count: Integer;

Example

This example displays the total number of shapes on the worksheet

Count := Workbook.Sheets[1].Shapes.Count;