Spread Windows Forms 12.0 Product Documentation
OnLeaveCell Method


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

Parameters

e
LeaveCellEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members