/
HotXLS-Doku

Count-Eigenschaft

Gibt zurück the total number of shapes in the worksheet collection

Syntax

property Count: Integer;

Beispiel

This example displays the total number of shapes on the worksheet


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