Spread Windows Forms 12.0 Product Documentation
OnCellDoubleClick Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnCellDoubleClick Method
CellClickEventArgs object that contains the event data
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)
protected virtual void OnCellDoubleClick( 
   CellClickEventArgs e
)

Parameters

e
CellClickEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members