Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / StartDragDropping Method
Viewport row index
Viewport column index
Row index
Column index


In This Topic
    StartDragDropping Method
    In This Topic
    Starts drag and drop.
    Syntax
    'Declaration
     
    
    Protected Sub StartDragDropping( _
       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.StartDragDropping(rowPane, columnPane, row, column)
    protected void StartDragDropping( 
       int rowPane,
       int columnPane,
       int row,
       int column
    )

    Parameters

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