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


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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.