Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditStatusChangedEventArgs Class / Overwrite Property


In This Topic
    Overwrite Property (EditStatusChangedEventArgs)
    In This Topic
    Gets the value that indicates whether the current edit status is overwrite mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Overwrite As Boolean
    'Usage
     
    
    Dim instance As EditStatusChangedEventArgs
    Dim value As Boolean
     
    value = instance.Overwrite
    public bool Overwrite {get;}

    Property Value

    A bool value that indicates whether the current edit status is overwrite mode.
    Remarks
    The property retrieves the edit status.
    See Also