IXlMergedCells.Remove(XlCellRange) Method
In This Article
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 | Xl |
A Xl |
#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