Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheets Interface / Move Method
Specifies the workbook to which the sheet collection will be moved. If missing, the sheet will be copied to the current workbook.
In This Topic
    Move Method (IWorksheets)
    In This Topic
    Moves the sheet collection to the end of the specified workbook.
    Syntax

    Parameters

    targetWorkbook
    Specifies the workbook to which the sheet collection will be moved. If missing, the sheet will be copied to the current workbook.

    Return Value

    The moved sheet collection.
    See Also