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


In This Topic
OnCellDoubleClick Method
In This Topic
Raises the CellDoubleClick event.
Syntax
'Declaration
 
Protected Overridable Sub OnCellDoubleClick( _
   ByVal e As CellClickEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As CellClickEventArgs
 
instance.OnCellDoubleClick(e)

Parameters

e
CellClickEventArgs object that contains the event data
See Also