sapgui_apogrid_is_cell_changeable
Example | APO Grid Functions |
Checks whether the specified cell is editable.
int sapgui_apogrid_is_cell_changeable( const char *description, const char *gridID, const char *row, const char *column, [args,] LAST ) ;
description | User entered text to aid in understanding script |
gridID | Object ID string |
row | Grid row number. The first row is numbered zero (0). |
column | Grid column identifier. The first columnis 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_is_cell_changeable returns a value indicating whether the user can modify to value in a cell of an APO grid.
Return Values
This function returns True (-1) or False (0).
Parameterization
You can parameterize all string (char type) arguments.