Merges the cells in this range into a single cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean merge ( |
true to validate range coordinates, or false otherwise.
true if the merge was successful, or false otherwise.
RemarksSkipping 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