Parameters
- timeout
- Wait timeout value (milliseconds).
- row
- Screen row position.
- column
- Screen column position.
Return Value
ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |