sapgui_table_is_column_selected
| Example: sapgui_table_is_column_selected | Table Functions |
Checks whether a table column is selected.
int sapgui_table_is_column_selected( char *tableID, char *column, [args,] LAST );
| description | User entered text to aid in understanding script |
| tableID | Object ID Strings |
| column | Column number. 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_table_is_column_selected returns True if the column is selected.
Return Values
This function returns True (-1) or False (0).
Parameterization
You can parameterize all string (char type) arguments.

