Back to Devexpress

WorksheetPrintOptions.AutoPageBreaks Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetprintoptions-59814ffb.md

latest1.4 KB
Original Source

WorksheetPrintOptions.AutoPageBreaks Property

Gets or sets whether to position page breaks automatically.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool AutoPageBreaks { get; set; }
vb
Property AutoPageBreaks As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoPageBreaks
Worksheet

.PrintOptions .AutoPageBreaks

|

See Also

WorksheetPrintOptions Interface

WorksheetPrintOptions Members

DevExpress.Spreadsheet Namespace