HotXLS 文档

HPageBreaks 属性

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

语法

property HPageBreaks: TXLSHPageBreaks;

示例

This example displays the number of horizontal page breaks

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