Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheets Interface / Copy Method
Specifies the workbook to which the sheet collection will be copied. If missing, the sheet will be copied to the current workbook.
In This Topic
    Copy Method (IWorksheets)
    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. If missing, the sheet will be copied to the current workbook.

    Return Value

    The new copied sheet collection.
    See Also