Dokumentacija HotXLS
Vsebina
Domov
Pregled
TGridToXLS
IXLSWorkbook
Domov
Vsebina
Pregled
VPageBreaks lastnost
Vrne an VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only
Skladnja
property VPageBreaks: TXLSVPageBreaks;
Primer
This example displays the number of vertical page breaks
MessageDlg(inttostr(Worksheet.VPageBreaks.Count) + ' vertical page breaks',
mtInformation, [mbOk], 0);
Copyright © 2010-2026 losLab Software