VPageBreak Object

Description

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.