Search
Worksheet.merge Method (CellRange)
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean merge (
    CellRange range
)

 Parameters

range

The range that specifies the cells to merge.

 Return Value

true if the merge was successful, or false otherwise.

 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