Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowDragFill Property


In This Topic
    AllowDragFill Property (SpreadView)
    In This Topic
    Gets or sets whether to allow the user to drag and fill cells with the contents of a cell or cells in the view.
    Syntax
    'Declaration
     
    
    Public Property AllowDragFill As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowDragFill = value
     
    value = instance.AllowDragFill
    public bool AllowDragFill {get; set;}
    See Also