HotXLS-dokumentation
Indhold
Startside
Oversigt
TGridToXLS
IXLSWorkbook
Startside
Indhold
Oversigt
VPageBreaks egenskab
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