/
HotXLS-Doku

Count-Eigenschaft

Gibt zurück the total number of vertical page breaks in the collection

Syntax

property Count: Integer;

Beispiel

This example gets the count of vertical page breaks


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