Click or drag to resize

WorksheetsCollection AddCopy Method

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