HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

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©2007-2019 loslab.com