Docs HotXLS

Count-property

Renvoie the total number of vertical page breaks in the collection

Syntaxe

property Count: Integer;

Exemple

This example gets the count of vertical page breaks

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