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 ( |
A string specifying the range of cells to merge.
true if the merge was successful; otherwise, false.
RemarksThe merge will fail if the specified range contains only a single cell or if the range intersects with another merged cell.
See Also