Click or drag to resize

Row Function

X#
Return the screen row position of the cursor in the terminal window.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Row() AS SHORT
Request Example View Source

Return Value

Type: Short
The cursor row position.
The range of the return value is 0 to MaxRow().
Remarks
Row() is a screen function that returns the current row or line position of the screen cursor.
Examples