Merges the cells in the specified range into a single cell.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public bool Merge ( |
Visual Basic
![]() |
---|
Public Function Merge( _ |
The top-left column of the range of cells.
The top-left row of the range of cells.
The bottom-right column of the range of cells.
The bottom-right row of the range of cells.
true if the merge was successful; otherwise, false.
The merge will fail if the specified range contains only a single cell or if the range intersects with another merged cell.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |