sapgui_grid_get_current_cell_row

Example: sapgui_grid_get_current_cell_rowGrid Functions

Retrieves the row of the grid's current cell.

int sapgui_grid_get_current_cell_row( const char *description, const char *gridID, const char *outParamName, [args,] LAST );
descriptionUser entered text to aid in understanding script.
gridIDObject ID Strings
outparamNameParameter for retrieved grid's current cell row.
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

The sapgui_grid_get_current_cell_row data retrieval function gets the row number of the current active cell into outparamName.

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.