Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EnterCell Event


EnterCell Event
Occurs when the user enters a cell.
Syntax
'Declaration
 
Public Event EnterCell As EnterCellEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EnterCellEventHandler
 
AddHandler instance.EnterCell, handler
Event Data

The event handler receives an argument of type EnterCellEventArgs containing data related to this event. The following EnterCellEventArgs properties provide information specific to this event.

PropertyDescription
Gets the column index of the cell being entered.  
Gets the row index of the cell being entered.  
Gets the view that contains the cell being entered.  
See Also