Dokumentácia HotXLS

Vlastnosť HPageBreaks

Vráti kolekciu HPageBreaks, ktorá predstavuje vodorovné konce strán na liste. Len na čítanie

Syntax

property HPageBreaks: TXLSHPageBreaks;

Príklad

This example displays the number of horizontal page breaks

MessageDlg(inttostr(Worksheet.HPageBreaks.Count) + ' horizontal page breaks',
           mtInformation, [mbOk], 0);