HPageBreak Interface

Represents a horizontal page break.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024401-0000-0000-C000-000000000046")> _
Public Interface HPageBreak
'Usage
Dim instance As HPageBreak
[InterfaceTypeAttribute()]
[GuidAttribute("00024401-0000-0000-C000-000000000046")]
public interface HPageBreak

Remarks

The HPageBreak object is a member of the HPageBreaks collection.

Use HPageBreaks(index), where index is the index number of the page break, to return an HPageBreak object.

Note There is a limit of 1,026 horizontal page breaks per sheet.

See Also

Reference

HPageBreak Members

Microsoft.Office.Interop.Excel Namespace