[]
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.
int Count { get; }
ReadOnly Property Count As Integer
worksheet.HPageBreaks.Add(worksheet.Range["A4"]);
int count = worksheet.HPageBreaks.Count;