Click or drag to resize

ExcelWorksheetCollectionAddCopy Method

Adds a copy of an existing worksheet to the end of the collection.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public ExcelWorksheet AddCopy(
	string destinationWorksheetName,
	ExcelWorksheet sourceWorksheet
)

Parameters

destinationWorksheetName  String
Name of new worksheet.
sourceWorksheet  ExcelWorksheet
Source worksheet.

Return Value

ExcelWorksheet
Created worksheet.
See Also