VPageBreaks Collection Object
Description
A collection of vertical page breaks. Each vertical page break is represented by a VPageBreak object.
Using the VPageBreaks Collection
Use the VPageBreaks property to return the VPageBreaks collection. Use the Add method to add a vertical page break. The following example adds a vertical page break to the left of the active cell.
ActiveSheet.VPageBreaks.Add Before:=ActiveCell
Properties
Application property, Count property, Creator property, Item property (VPageBreaks collection), Parent property.
Methods
Add method (VPageBreaks collection).