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