HotXLS Docs

Count property

Returns the number of vertical page breaks in a TXLSVPageBreaks collection. Read only Integer.

Syntax

property Count: Integer;

Example

This example displays the number of vertical page breaks.

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