Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditModeStarting Event


In This Topic
    EditModeStarting Event
    In This Topic
    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
    public event EditModeStartingEventHandler EditModeStarting
    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.  
    Gets or sets a boolean value indicating whether the text will be edited as rich text.  
    Gets a boolean value indicating whether the rich text can be editable.  
    See Also