Skip to main content
Row

WorksheetPrintOptions.AutoPageBreaks Property

Gets or sets whether to position page breaks automatically.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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