Moves this worksheet to the specified workbook at the specified position.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public boolean move ( |
The workbook to move to.
The 0-based index in the target workbook where to copy this worksheet, or -1, to copy at the end of the workbook.
true if the move was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |