Merges the cells in the specified range into a single cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool Merge ( |
Visual Basic
![]() |
---|
Public Function Merge( _ |
A string specifying the range of cells to merge, in the 'A1:B2' or 'R1C1:R2C2' format.
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 Programmer's Guide | © 2025 MindFusion |