Spread Windows Forms 17
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)
    protected virtual void OnEnterCell( 
       EnterCellEventArgs e
    )

    Parameters

    e
    EnterCellEventArgs object that contains the event data
    See Also