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