Skip to main content
All docs
V25.1
  • Row

    Worksheet.UnMergeCells(CellRange) Method

    Unmerges the specified cells that have been merged.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void UnMergeCells(
        CellRange range
    )

    Parameters

    Name Type Description
    range CellRange

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

    Remarks

    To merge cells, use the Worksheet.MergeCells method.

    See Also