[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.OnCellClick

OnCellClick Method

OnCellClick(int, int)

Processes the click on a cell at the specified row and column in the Spread component.

Declaration
protected void OnCellClick(int row, int column)
Protected Sub OnCellClick(row As Integer, column As Integer)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell