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

IXlMergedCells.Clear() Method

Removes all merged cells 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 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