InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / CursorRow Property
In This Topic
    CursorRow Property (AlcScreen)
    In This Topic
    Gets or sets the current cursor row location relative to the top edge of the terminal window.
    Syntax
    expression.CursorRow As Integer
    where expression is a variable that represents a AlcScreen Object
    Remarks
    CursorColumn returns the column location. The value of this property can be changed with the MoveCursor or MoveCursorTo methods as well as by keyboard and mouse actions.
    See Also