Skip to main content
All docs
V25.1
  • Row

    CellRange.IsMerged Property

    Determines whether the range is created by merging cells.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool IsMerged { get; }

    Property Value

    Type Description
    Boolean

    true, if the range is a single merged cell; otherwise, false.

    Remarks

    For example, the IsMerged property of the “B2:C4” range in the image below returns true.

    SpreadsheetControl_MergedRange

    See Also