Click or drag to resize

XlsWorksheet DisplayPageBreaks Property

True if page breaks (both automatic and manual) on the specified worksheet are displayed.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DisplayPageBreaks { get; set; }

Property Value

Type: Boolean

Implements

IWorksheet DisplayPageBreaks
See Also