Skip to main content

IXlPageBreaks.Contains(Int32) Method

Determines whether the collection contains a page break at the specified position (after the specified row or column).

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool Contains(
    int position
)

Parameters

Name Type Description
position Int32

A positive integer that is the index of a row or a column starting from 1 and not exceeding 1,048,575 for rows or 16,383 for columns.

Returns

Type Description
Boolean

true, if the collection contains a page break at the specified position; otherwise, false.

See Also