VerticalPageBreak property
Indicates whether a vertical page break is inserted to the left of the referenced range in the sheet.
Syntax
Set: Range.setVerticalPageBreak(isInserted)
Get: isInserted = Range.getVerticalPageBreak
Applies to
Range object.
Data type
boolean. The value is true if a vertical page break is inserted, and false otherwise.
See also
HorizontalPageBreak property