NativeExcel suite v1.x

Count property

Returns the number of horizontal page breaks in a TXLSHPageBreaks collection. Read only Integer.

Syntax

property Count: integer;

Example

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