Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / EditModePermanent Property


In This Topic
    EditModePermanent Property (SpreadView)
    In This Topic
    Gets or sets whether edit mode remains on for any cell in the view when that cell becomes active.
    Syntax
    'Declaration
     
    
    Public Property EditModePermanent As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.EditModePermanent = value
     
    value = instance.EditModePermanent
    public bool EditModePermanent {get; set;}
    See Also