HotXLS-dokumentation Innehåll Startsida Översikt TGridToXLS IXLSWorkbook Startsida Innehåll Översikt

HPageBreaks egenskap

Returnerar an HPageBreaks collection that represents the horizontal page breaks on the sheet. Read-only

Syntax

property HPageBreaks: TXLSHPageBreaks;

Exempel

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