/
HotXLS-dokumentasjon

Egenskap Count

Returnerer the total number of horizontal page breaks in the collection

Syntaks

property Count: Integer;

Eksempel

This example retrieves the total count of horizontal page breaks


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