VPageBreak Object [Excel 2003 VBA Language Reference]

Multiple objects
VPageBreaks
VPageBreak
Multiple objects

Represents a vertical page break. The VPageBreak object is a member of the VPageBreaks collection.

Using the VPageBreak Object

Use VPageBreaks(index), where index is the page break index number of the page break, to return a VPageBreak object. The following example changes the location of vertical page break one.

Worksheets(1).VPageBreaks(1).Location = Worksheets(1).Range("e5")

Properties | Application Property | Creator Property | Extent Property | Location Property | Parent Property | Type Property

Methods | Delete Method | DragOff Method

Parent Objects | Charts | Sheets | Worksheet | Worksheets

Child Objects | Range | Worksheet