ContinueCellSelecting Method
ContinueCellSelecting(int, int)
Continues selecting cells to the point of the specified coordinates.
Declaration
protected void ContinueCellSelecting(int x, int y)
Protected Sub ContinueCellSelecting(x As Integer, y As Integer)
Parameters
Type |
Name |
Description |
int |
x |
X-coordinate
|
int |
y |
Y-coordinate
|