Merges the cells in the specified range into a single cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Merge ( |
Visual Basic
Copy Code
|
|---|
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.
RemarksThe merge will fail if the specified range contains only a single cell or if the range intersects with another merged cell.
See Also