MindFusion.Wpf Pack Programmer's Guide
Worksheet.Merge Method (String)
See Also
 





Merges the cells in the specified range into a single cell.

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

 Syntax

C#  Copy Code

public bool Merge (
    string range
)

Visual Basic  Copy Code

Public Function Merge( _
    range As String _
) As Boolean

 Parameters

range

A string specifying the range of cells to merge.

 Return Value

true if the merge was successful; otherwise, false.

 Remarks

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

 See Also

Merge Method Overload List
Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace