[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.OnCellChanged

OnCellChanged Method

OnCellChanged(int, int, int, int)

Occurs when the cell is changed.

Declaration
protected virtual void OnCellChanged(int row, int column, int rowCount, int columnCount)
Protected Overridable Sub OnCellChanged(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index

int column

Column index

int rowCount

Number of rows

int columnCount

Number of columns