ContinueDragDropping Method
Continues drag and drop to the point of the specified coordinates.
protected void ContinueDragDropping(
int ,
int
)
'Declaration
Protected Sub ContinueDragDropping( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
instance.ContinueDragDropping(x, y)
Parameters
- x
- X-coordinate
- y
- Y-coordinate