Skip to main content
A newer version of this page is available. .

IXlPageBreaks.Remove(Int32) Method

Removes the page break at the specified row or column index.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

void Remove(
    int position
)

Parameters

Name Type Description
position Int32

An integer that is the row or column index after which the page break is inserted.

Remarks

To remove a page break at the specified index in the collection, use the IXlPageBreaks.RemoveAt method. To remove all page breaks from the collection, use the IXlPageBreaks.Clear method.

To insert a new row or column page break, use the IXlPageBreaks.Add method.

See Also