Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / MoveCursorTo Method
Row position to move the cursor to.
Column position to move the cursor to.
In This Topic
    MoveCursorTo Method
    In This Topic
    Moves the cursor to the specified screen location.
    Syntax
    expression.MoveCursorTo( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    where expression is a variable that represents a Screen Object

    Parameters

    row
    Row position to move the cursor to.
    column
    Column position to move the cursor to.
    Remarks
    If either row or column is out of screen bounds, the method will not move the cursor.
    See Also