Link Search Menu Expand Document

IWorksheetsCopy Method

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.0.2045-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