IRangeCopyInto Method (Int32, Int32)Bytescout Spreadsheet SDK
Makes a copy and paste of the current range into the position referenced by (row, col) cell

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

void CopyInto(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
The top row of destination range.
col
Type: SystemInt32
The left col of destination range.
See Also

Reference