AllowEditorReservedLocations Property (FpSpread)
In This Topic
Gets or sets whether cell editor reserved mouse locations are allowed.
Syntax
'Declaration
Public Property AllowEditorReservedLocations As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowEditorReservedLocations = value
value = instance.AllowEditorReservedLocations
public bool AllowEditorReservedLocations {get; set;}
See Also