Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CursorColumn Property
In This Topic
CursorColumn Property (Screen)
In This Topic
Returns the column that contains the cursor in the terminal window, relative to the left edge of the screen.
Syntax
expression.CursorColumn As Integer
where expression is a variable that represents a Screen Object
Remarks
The number is one-based (that is the first column is column 1).
See Also