Row Function | |
Return the screen row position of the cursor in the terminal window.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax public static short Row()
Request Example
View SourceReturn 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 See Also