Link Search Menu Expand Document

RangeCopyInto Method (Int32, Int32)

Makes a copy and paste of this range into a new range specified by top left cell (row, col indexes)

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public 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.

Implements

IRangeCopyInto(Int32, Int32)
See Also

Reference