Example: sapgui_grid_select_column

The following example uses sapgui_grid_select_column to select a column.

    char *gridID = "usr/cntlBCALVC_TOOLBAR_D100_C1/shellcont/shell";
    sapgui_grid_select_column("Select CONNID", 
        gridID,
        "CONNID", LAST );