'Declaration Protected Sub OnCellClick( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim instance As FpSpread Dim row As Integer Dim column As Integer instance.OnCellClick(row, column)
protected void OnCellClick( int row, int column )
FpSpread Class FpSpread Members