HotXLS dokumentacija

Grąžina an VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only

property

property

TXLSVPageBreaks MessageDlg(inttostr(Worksheet.VPageBreaks.Count) + This example displays the number of vertical page breaks;

MessageDlg(inttostr(Worksheet.VPageBreaks.Count) +

' vertical page breaks'

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