Search
CellRange.merge Method (Boolean)
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 (
    boolean validate
)

 Parameters

validate

true to validate range coordinates, or false otherwise.

 Return Value

true if the merge was successful, or false otherwise.

 Remarks

Skipping validation makes the operation faster, but make sure you are not creating overlapping merged cells - this could leave the view in undefined state.

 See Also