Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / CursorColumn Property
In This Topic
    CursorColumn Property (IbmScreen)
    In This Topic
    Gets the current cursor column location relative to the left edge of the terminal window.
    Syntax
    expression.CursorColumn As Integer
    where expression is a variable that represents a IbmScreen Object
    Remarks
    CursorRow returns the row 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