Back to Devexpress

CellRange.GetMergedRanges() Method

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-ea65b36f.md

latest1.9 KB
Original Source

CellRange.GetMergedRanges() Method

Returns merged ranges intersecting the current cell range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IList<CellRange> GetMergedRanges()
vb
Function GetMergedRanges As IList(Of CellRange)

Returns

TypeDescription
IList<CellRange>

A list of CellRange objects.

|

Remarks

Use the GetMergedRanges method to obtain all merged ranges intersecting the specified cell range. For example, the GetMergedRanges method of the “C3:D6” range in the image below returns the “B2:C4” and “D6:E8” range objects.

See Also

IsMerged

MergeCells

UnMergeCells(CellRange)

How to: Merge Cells or Split Merged Cells

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace