_Worksheet.DisplayPageBreaks Property

Definition

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.

Applies to