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

IXlMergedCells.Remove(XlCellRange) Method

Removes the specified merged cell from the collection.

Namespace: DevExpress.Export.Xl

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

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

Declaration

void Remove(
    XlCellRange range
)

Parameters

Name Type Description
range XlCellRange

A XlCellRange object associated with the merged cell to be removed.

Remarks

Use the Remove and IXlMergedCells.RemoveAt methods to split a particular merged cell in a worksheet. To split all merged cells at once, use the IXlMergedCells.Clear method.

See Also