Gets a list with the currently merged cells.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public MergedCellsCollection MergedCells { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property MergedCells As MergedCellsCollection |
An instance of the MergedCellsCollection class.
The returned object can be used only to iterate and clear the existing merged cells. To create and remove merged cells, use the Merge and Unmerge methods of the worksheet.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |