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


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

Parameters

e
EnterCellEventArgs object that contains the event data
See Also