XlsWorksheetsCollection AddCopy Method | 
| Name | Description | |
|---|---|---|
| 
 | 
AddCopy(Int32) | 
 
Adds a copy of the worksheet at the specified index to the workbook.
 
 | 
| 
 | 
AddCopy(IWorksheet) | 
 
Adds copy of worksheet.
 
 | 
| 
 | 
AddCopy(IWorksheets) | 
 
Adding worksheets collection to current workbook.
 
 | 
| 
 | 
AddCopy(Int32, WorksheetCopyType) | 
 
Add a copy of the specified worksheet to the worksheet collection.
 
 | 
| 
 | 
AddCopy(IWorksheet, WorksheetCopyType) | 
 
Adds copy of worksheet.
 
 | 
| 
 | 
AddCopy(IWorksheets, WorksheetCopyType) | 
 
Adding worksheets collection to current workbook.
 
 |