Back to Devexpress

Worksheet.HorizontalPageBreaks Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-5d0d3076.md

latest1.3 KB
Original Source

Worksheet.HorizontalPageBreaks Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PageBreaksCollection HorizontalPageBreaks { get; }
vb
ReadOnly Property HorizontalPageBreaks As PageBreaksCollection

Property Value

TypeDescription
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

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace