Spread Windows Forms 12.0 Product Documentation
OnCellClick Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnCellClick Method
CellClickEventArgs object that contains the event data
Raises the CellClick event.
Syntax
'Declaration
 
Protected Overridable Sub OnCellClick( _
   ByVal e As CellClickEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As CellClickEventArgs
 
instance.OnCellClick(e)
protected virtual void OnCellClick( 
   CellClickEventArgs e
)

Parameters

e
CellClickEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members