Skip to main content

IXlPageBreaks.Item[Int32] Property

Gets the position of the specified page break by its index in the collection.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

int this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired page break’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
Int32

A positive integer that is the index of the row or column after which the page break is inserted.

See Also