Worksheet.HPageBreaks Property

Definition

Gets an HPageBreaks collection that represents the horizontal page breaks on the sheet.

public:
 property Microsoft::Office::Interop::Excel::HPageBreaks ^ HPageBreaks { Microsoft::Office::Interop::Excel::HPageBreaks ^ get(); };
public Microsoft.Office.Interop.Excel.HPageBreaks HPageBreaks { get; }
member this.HPageBreaks : Microsoft.Office.Interop.Excel.HPageBreaks
Public ReadOnly Property HPageBreaks As HPageBreaks

Property Value

An HPageBreaks collection that represents the horizontal page breaks on the sheet.

Remarks

There is a limit of 1026 horizontal page breaks per sheet.

Applies to