_Worksheet.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.
True if page breaks (both automatic and manual) on the specified worksheet are displayed. Read/write Boolean.
public:
property bool DisplayPageBreaks { bool get(); void set(bool value); };
public bool DisplayPageBreaks { get; set; }
Public Property DisplayPageBreaks As Boolean
Property Value
Remarks
You can't set this property if you don't have a printer installed.