sapgui_apogrid_deselect_column

ExampleAPO Grid Functions

Deselects a specific column.

int sapgui_apogrid_deselect_column( const char *description, const char *gridID, const char *column, [args], LAST ) ;
description User entered text to aid in understanding script
gridID Object ID string
column Grid column identifier. The first column 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_deselect_column deselects the specified column in an APO grid.

Return Values

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

Parameterization

You can parameterize all string (char type) arguments.