Search
CellRange.Merge Method
See Also
 






Merges the cells in this range into a single cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool Merge ()

Visual Basic  Copy Code

Public Function Merge () As Boolean

 Return Value

true if the merge was successful; otherwise, false.

 Remarks

The merge will fail if the current range contains only a single cell or if the range intersects with another merged cell.

 See Also