IWorksheetsCopy Method Bytescout Spreadsheet SDK
Makes a copy and paste of the worksheet (SourceIndex) into a new worksheet (DestIndex) with NewSheetName

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

void Copy(
	int SourceIndex,
	int DestIndex,
	string NewSheetName
)

Parameters

SourceIndex
Type: SystemInt32
Index of the source.
DestIndex
Type: SystemInt32
Index of the dest.
NewSheetName
Type: SystemString
New name of the Worksheet.
See Also

Reference