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