Spread WinForms 15
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
See Also