Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / StartDragFilling Method
Viewport row index
Viewport column index
Row index
Column index


In This Topic
StartDragFilling Method
In This Topic
Starts drag and fill.
Syntax
'Declaration
 
Protected Sub StartDragFilling( _
   ByVal rowPane As Integer, _
   ByVal columnPane As Integer, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim rowPane As Integer
Dim columnPane As Integer
Dim row As Integer
Dim column As Integer
 
instance.StartDragFilling(rowPane, columnPane, row, column)

Parameters

rowPane
Viewport row index
columnPane
Viewport column index
row
Row index
column
Column index
See Also