Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / EditModePermanent Property
Example


In This Topic
    EditModePermanent Property
    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;}
    Example
    This example sets the EditModePermanent property.
    See Also