Skip to main content

IXlMergedCells.Remove(XlCellRange) Method

Removes the specified merged cell from the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.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