Merges the cells in this 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 () As Boolean |
true if the merge was successful; otherwise, false.
RemarksThe merge will fail if the current range contains only a single cell or if the range intersects with another merged cell.
See Also