sapgui_apogrid_scroll_to_row

ExampleAPO Grid Functions

Scrolls to a specified row in the APO grid.

int sapgui_apogrid_scroll_to_row( const char *description, const char *gridID, const char *row, [args,]  LAST ) ;
description User entered text to aid in understanding script
gridID Object ID string
row Grid row number. The first row is numbered zero (0).
args Optional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_apogrid_scroll_to_row emulates a user scrolling to a row in an APO grid. The row is not selected by this function.

Return Values

This function returns -1 on success or 0 on failure.

Parameterization

You can parameterize all string (char type) arguments.