[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.OnCopyCells

OnCopyCells Method

OnCopyCells(int, int, int, int, int, int)

Occurs when the cells are copied.

Declaration
protected virtual void OnCopyCells(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Protected Overridable Sub OnCopyCells(fromRow As Integer, fromColumn As Integer, toRow As Integer, toColumn As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int fromRow

Start row index

int fromColumn

Start column index

int toRow

End row index

int toColumn

End column index

int rowCount

Number of rows

int columnCount

Number of columns