CellRange.IsMerged Property
Determines whether the range is created by merging cells.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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.
See Also