Dokumentacija HotXLS
Vsebina
Domov
Pregled
TGridToXLS
IXLSWorkbook
Domov
Vsebina
Pregled
HPageBreaks lastnost
Vrne an HPageBreaks collection that represents the horizontal page breaks on the sheet. Read-only
Skladnja
property HPageBreaks: TXLSHPageBreaks;
Primer
This example displays the number of horizontal page breaks
MessageDlg(inttostr(Worksheet.HPageBreaks.Count) + ' horizontal page breaks',
mtInformation, [mbOk], 0);
Copyright © 2010-2026 losLab Software