EditModePermanent Property (FpSpread)
Gets or sets whether edit mode remains on for any cell in the component when that cell becomes active.
public bool EditModePermanent {get; set;}
'Declaration
Public Property EditModePermanent As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.EditModePermanent = value
value = instance.EditModePermanent