Back to Devexpress

CellRange.IsMerged Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-261fa9be.md

latest1.7 KB
Original Source

CellRange.IsMerged Property

Determines whether the range is created by merging cells.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool IsMerged { get; }
vb
ReadOnly Property IsMerged As Boolean

Property Value

TypeDescription
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

GetMergedRanges()

MergeCells

UnMergeCells(CellRange)

How to: Merge Cells or Split Merged Cells

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace