Example: sapgui_grid_scroll_to_row

The following example shows the use of sapgui_scroll_to_row.

//Scrolling inside Grid
sapgui_grid_scroll_to_row("'Overview', ", 
        "usr/cntlBCALVC_TOOLBAR_D100_C1/shellcont/shell", 
        "5", 
        BEGIN_OPTIONAL, 
            "AdditionalInfo=sapgui1042", 
        END_OPTIONAL);