Worksheet.UnMergeCells(CellRange) Method
In This Article
Unmerges the specified cells that have been merged.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
range | Cell |
A Cell |
#Remarks
To merge cells, use the Worksheet.MergeCells method.
See Also