Search
CellRange.merge Method
See Also
 






Merges the cells in this range into a single cell.

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

 Syntax

Java  Copy Code

public boolean merge ()

 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