Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnCellClick Method
CellClickEventArgs object that contains the event data


In This Topic
OnCellClick Method
In This Topic
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)

Parameters

e
CellClickEventArgs object that contains the event data
See Also