sapgui_grid_get_current_cell_column

Example: sapgui_grid_get_current_cell_columnGrid Functions

Retrieves the column of the grid's current cell.

int sapgui_grid_get_current_cell_column( const char *description, const char *gridID, const char *outParamName, [args,] LAST );
description User entered text to aid in understanding script
gridIDObject ID Strings
outparamName Parameter for retrieved grid's current cell column
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_column data retrieval function gets the column identifier 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.