[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IRangeSupport.Copy

Copy Method

Copy(int, int, int, int, int, int)

Copies a range of cells and pastes it into a range of cells at the specified location.

Declaration
void Copy(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Sub Copy(fromRow As Integer, fromColumn As Integer, toRow As Integer, toColumn As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int fromRow

Row index from which to begin copying

int fromColumn

Column index from which to begin copying

int toRow

Row index at which to paste the cell range

int toColumn

Column index at which to paste the cell range

int rowCount

Number of rows to copy

int columnCount

Number of columns to copy