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