[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHPageBreaks.Count

Count Property

Count

Returns the number of horizontal page breaks in the collection.

Use this property to determine how many horizontal page breaks are currently in the collection returned by HPageBreaks.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
worksheet.HPageBreaks.Add(worksheet.Range["A4"]);
int count = worksheet.HPageBreaks.Count;