Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ContinueDragDropping Method
X-coordinate
Y-coordinate


In This Topic
    ContinueDragDropping Method
    In This Topic
    Continues drag and drop to the point of the specified coordinates.
    Syntax
    'Declaration
     
    
    Protected Sub ContinueDragDropping( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim x As Integer
    Dim y As Integer
     
    instance.ContinueDragDropping(x, y)
    protected void ContinueDragDropping( 
       int x,
       int y
    )

    Parameters

    x
    X-coordinate
    y
    Y-coordinate
    See Also