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


LeaveCell Event
Occurs when the user leaves a cell.
Syntax
'Declaration
 
Public Event LeaveCell As LeaveCellEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As LeaveCellEventHandler
 
AddHandler instance.LeaveCell, handler
Event Data

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

PropertyDescription
Gets or sets whether to cancel the cell navigation.  
Gets the column index of the cell being left.  
Gets the column index of the cell being entered.  
Gets the row index of the cell being entered.  
Gets the row index index of the cell being left.  
See Also