Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowEditorReservedLocations Property


In This Topic
    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