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