NamedRange::PageBreak Property
Gets or sets the location of a page break.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
You can set this property using one of the following XlPageBreakvalues:
This property can return the location of either automatic or manual page breaks, but it can only set the location of manual breaks (it can only be set to xlPageBreakManual or xlPageBreakNone).
The following code example creates a NamedRange and then uses the PageBreak property to set a page break at the NamedRange.
This example is for a document-level customization.
Show: