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

Worksheet.VerticalPageBreaks Property

Provides access to a collection of column page breaks in the worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

PageBreaksCollection VerticalPageBreaks { get; }

Property Value

Type Description
PageBreaksCollection

An object exposing the PageBreaksCollection interface.

Remarks

Use the VerticalPageBreaks property to remove page breaks or to set page breaks at specified columns.

See Also