Search
Worksheet.move Method (Workbook)
See Also
 






Moves this worksheet to the specified workbook.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean move (
    Workbook workbook
)

 Parameters

workbook

The workbook to move to.

 Return Value

true if the move was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.

 See Also