Spread Windows Forms 12.0 Product Documentation
RangeDragFillMode Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : RangeDragFillMode Property
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;}
Remarks
The drag fill mode can be set to series or copy.
Example
This example sets the drag fill mode to a series.
fpSpread1.AllowDragFill = true;
fpSpread1.RangeDragFillMode = FarPoint.Win.Spread.DragFillMode.Series;
FpSpread1.AllowDragFill = True
FpSpread1.RangeDragFillMode = FarPoint.Win.Spread.DragFillMode.Series
See Also

Reference

FpSpread Class
FpSpread Members