Spread for ASP.NET 11 Product Documentation
EditModePermanent Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : EditModePermanent Property
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;}
Example
This example sets the EditModePermanent property.
FpSpread1.EditModePermanent = true;
FpSpread1.EditModePermanent = True
See Also

Reference

FpSpread Class
FpSpread Members