MindFusion.Wpf Pack Programmer's Guide
Worksheet.Merge Method (CellRange)
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 (
    CellRange range
)

Visual Basic  Copy Code

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

 Parameters

range

The range that specifies the 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