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


In This Topic
    RangeDragFillMode Property (FpSpread)
    In This Topic
    Gets or sets the mode the user can use to drag and fill cells in the component using the contents of a cell or cells.
    Syntax
    'Declaration
     
    
    Public Property RangeDragFillMode As DragFillMode
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As DragFillMode
     
    instance.RangeDragFillMode = value
     
    value = instance.RangeDragFillMode
    public DragFillMode RangeDragFillMode {get; set;}
    See Also