Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellRange.IsMerged Property

Determines whether the range is created by merging cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

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