WorksheetsCopy Method (Int32, Int32, String)Bytescout Spreadsheet SDK
Copies the specified SourceIndex Worksheet.

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

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

Implements

IWorksheetsCopy(Int32, Int32, String)
See Also

Reference