Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

Worksheet.UnMergeCells(Range) Method

Unmerges the specified cells that have been merged.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void UnMergeCells(
    Range range
)

Parameters

Name Type Description
range Range

A Range object that specifies a range of cells to be unmerged.

Remarks

To merge cells, use the Worksheet.MergeCells method.

See Also