<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
HPageBreaks ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει an HPageBreaks collection that represents the horizontal page breaks on the sheet. Read-only
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property HPageBreaks: TXLSHPageBreaks;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example displays the number of horizontal page breaks
<κλάση pre="code">
MessageDlg(inttostr(Worksheet.HPageBreaks.Count) + ' horizontal page breaks',
mtInformation, [mbOk], 0);
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software