sapgui_apogrid_clear_selection
Example | APO Grid Functions |
Deselects all selected cells.
int sapgui_apogrid_clear_selection( const char *description, const char *gridID, [args,] LAST ) ;
description | User entered text to aid in understanding script |
gridID | Object ID string |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_apogrid_clear_selection makes the current selected area in the APO grid, unselected.
Return Values
This function returns -1 on success or 0 on failure.
Parameterization
You can parameterize all string (char type) arguments.