[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.OnSwapCells

OnSwapCells Method

OnSwapCells(int, int, int, int, int, int)

Occurs when the cells are swapped.

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

OSZAR »