Merges the cells in the specified range into a single cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean merge ( |
The range that specifies the cells to 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