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