Worksheet.HorizontalPageBreaks Property
Provides access to a collection of row page breaks in the worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
PageBreaksCollection | An object exposing the PageBreaksCollection interface. |
Remarks
Use the HorizontalPageBreaks property to remove page breaks or to set page breaks at specified rows.
See Also