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