Skip to main content
Row

CellRange.IsMerged Property

Determines whether the range is created by merging cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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