Link Search Menu Expand Document

IRangeCopyInto Method (Int32, Int32)

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