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


EditModeStarting Event
Occurs when edit mode is about to start in the active sheet's active cell.
Syntax
'Declaration
 
Public Event EditModeStarting As EditModeStartingEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EditModeStartingEventHandler
 
AddHandler instance.EditModeStarting, handler
Event Data

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

PropertyDescription
Gets or sets whether to cancel edit mode.  
Gets or sets whether the formula for the cell should be edited.  
See Also