Spread Windows Forms 12.0 Product Documentation
OnEnterCell Method


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

Parameters

e
EnterCellEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members