Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditModeReplace Property


In This Topic
    EditModeReplace Property (FpSpread)
    In This Topic
    Gets or sets whether the existing contents of a cell in the component are selected when that cell enters edit mode.
    Syntax
    'Declaration
     
    
    Public Property EditModeReplace As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.EditModeReplace = value
     
    value = instance.EditModeReplace
    public bool EditModeReplace {get; set;}
    See Also