HotXLS-dokumentasjon
Innhold
Hjem
Oversikt
TGridToXLS
IXLSWorkbook
Hjem
Innhold
Oversikt
VPageBreaks egenskap
Returnerer an VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only
Syntaks
property VPageBreaks: TXLSVPageBreaks;
Eksempel
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