HotXLS 文档

VPageBreaks 属性

返回 an VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only

语法

property VPageBreaks: TXLSVPageBreaks;

示例

This example displays the number of vertical page breaks

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