[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.OnMoveCells

OnMoveCells Method

OnMoveCells(int, int, int, int, int, int)

Occurs when the cells are moved.

Declaration
protected virtual void OnMoveCells(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Protected Overridable Sub OnMoveCells(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