Spread for ASP.NET 12 Product Documentation
OnCellClick Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnCellClick Method
Row index of cell
Column index of cell
Processes the click on a cell at the specified row and column in the Spread component.
Syntax
'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
)

Parameters

row
Row index of cell
column
Column index of cell
See Also

Reference

FpSpread Class
FpSpread Members