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

    Parameters

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

    Return Value

    The new copied sheet
    See Also