Skip to main content

IXlMergedCells.Clear() Method

In This Article

Removes all merged cells from the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

void Clear()

#Remarks

Use the Clear method to split all merged cells contained in a worksheet. To split an individual merged cell, remove it from the IXlMergedCells collection by using the IXlMergedCells.Remove or IXlMergedCells.RemoveAt method.

See Also