Worksheet.VerticalPageBreaks Property
In This Article
Provides access to a collection of column page breaks in the worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PageBreaksCollection VerticalPageBreaks { get; }
#Property Value
Type | Description |
---|---|
Page |
An object exposing the Page |
#Remarks
Use the VerticalPageBreaks property to remove page breaks or to set page breaks at specified columns.
See Also