[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.Copy

Copy Method

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

Copies the data from a range of cells to a specified range of cells.

Declaration
public void Copy(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public 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 of start of range from which to copy

int fromColumn

Column index of start of range from which to copy

int toRow

Row index of start of range to which to copy

int toColumn

Column index of start of range to which to copy

int rowCount

Number of rows to copy

int columnCount

Number of columns to copy

Implements