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