Skip to main content
A newer version of this page is available. .
Row

WorksheetPrintOptions.AutoPageBreaks Property

Gets or sets whether to position page breaks automatically.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool AutoPageBreaks { get; set; }

Property Value

Type Description
Boolean

true, to insert page breaks automatically; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoPageBreaks
Worksheet
.PrintOptions.AutoPageBreaks
See Also