IXlPageBreaks.Remove(Int32) Method
In This Article
Removes the page break at the specified row or column index.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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