Back to Devexpress

Worksheet.VerticalPageBreaks Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-01456898.md

latest1.3 KB
Original Source

Worksheet.VerticalPageBreaks Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
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

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace