VPageBreak Interface

Represents a vertical page break.

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

Syntax

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

Remarks

The VPageBreak object is a member of the VPageBreaks collection.

Use VPageBreaks(index), where index is the page break index number of the page break, to return a VPageBreak object.

See Also

Reference

VPageBreak Members

Microsoft.Office.Interop.Excel Namespace