[]
Moves the sheet collection to the end of the specified workbook.
IWorksheets Move(IWorkbook targetWorkbook = null)
Function Move(Optional targetWorkbook As IWorkbook = Nothing) As IWorksheets
Type | Name | Description |
---|---|---|
IWorkbook | targetWorkbook | Specifies the workbook to which the sheet collection will be moved. If missing, the sheet will be copied to the current workbook. |
Type | Description |
---|---|
IWorksheets | The moved sheet collection. |