sapgui_window_scroll_to_row
Example: sapgui_window_scroll_to_row | Window Functions |
Scrolls to a row.
int sapgui_window_scroll_to_row( const char *newPosition, [args,] LAST );
newPosition | The row number. |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_window_scroll_to_row scrolls to a window row, but does not set focus or perform any action on that row.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
You can parameterize all string (char type) arguments.