sapgui_window_scroll_to_row

Example: sapgui_window_scroll_to_rowWindow Functions

Scrolls to a row.

int sapgui_window_scroll_to_row( const char *newPosition, [args,]  LAST );
newPositionThe row number.
argsOptional 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.