Spread Windows Forms 9.0 Product Documentation
DragFillMode Enumeration
Example Example 


Specifies the type of DragFill mode.
Syntax
'Declaration
 
Public Enum DragFillMode 
   Inherits System.Enum
'Usage
 
Dim instance As DragFillMode
public enum DragFillMode : System.Enum 
Members
MemberDescription
ControlCopyFills cells with series patterns and copy patterns when Ctrl is pressed
ControlSeriesFills cells with copy patterns and series patterns when Ctrl is pressed
CopyFills cells as a copy of selections
SeriesFills cells with series patterns
Remarks
The copy option copies the data to the selected range. The series option increments or decrements the values based on the series. Drag down or to the right to increment the values. Drag up or to the left to decrement the values.
Example
This example sets the DragFillMode enumeration.
fpSpread1.AllowDragFill = true;
fpSpread1.RangeDragFillMode = FarPoint.Win.Spread.DragFillMode.Series;
FpSpread1.AllowDragFill = True
FpSpread1.RangeDragFillMode = FarPoint.Win.Spread.DragFillMode.Series
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.DragFillMode

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

FarPoint.Win.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.