Click or drag to resize

XlsWorksheetsCollection AddCopy Method

Overload List
Name Description
Public method AddCopy(Int32)
Adds a copy of the worksheet at the specified index to the workbook.
Public method AddCopy(IWorksheet)
Adds copy of worksheet.
Public method AddCopy(IWorksheets)
Adding worksheets collection to current workbook.
Public method AddCopy(Int32, WorksheetCopyType)
Add a copy of the specified worksheet to the worksheet collection.
Public method AddCopy(IWorksheet, WorksheetCopyType)
Adds copy of worksheet.
Public method AddCopy(IWorksheets, WorksheetCopyType)
Adding worksheets collection to current workbook.
Top
See Also