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