Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheets Interface / copy Method / copy(IWorkbook) Method
Specifies the workbook to which the sheet collection will be copied.
In This Topic
    copy(IWorkbook) Method
    In This Topic
    Copies the sheet collection to the end of the specified workbook.
    Syntax

    Parameters

    targetWorkbook
    Specifies the workbook to which the sheet collection will be copied.

    Return Value

    The new copied sheet collection.
    See Also