NativeExcel suite v1.x

VPageBreaks property

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

Syntax

property VPageBreaks: TXLSVPageBreaks;

Example

This example displays the number of vertical page breaks.
MessageDlg(inttostr(Worksheet.VPageBreaks.Count) + ' vertical page breaks',
           mtInformation, [mbOk], 0);
Copyright © NikaSoft 2004-2012