CursorRow Property (IScreen)
Gets the current cursor row in the terminal window, relative to the top of the screen, in host-addressable coordinates.
'Declaration
ReadOnly Property CursorRow As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
value = instance.CursorRow