WorksheetBase.DisplayPageBreaks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether page breaks (both automatic and manual) on the worksheet are displayed.
public:
property bool DisplayPageBreaks { bool get(); void set(bool value); };
public bool DisplayPageBreaks { get; set; }
member this.DisplayPageBreaks : bool with get, set
Public Property DisplayPageBreaks As Boolean
Property Value
true
if page breaks (both automatic and manual) on the worksheet are displayed; otherwise, false
.
Remarks
You cannot set this property if you do not have a printer installed.