Example: sapgui_grid_get_rows_count
This example gets the number of rows in a grid.
char *gridID = "usr/cntlBCALVC_TOOLBAR_D100_C1/shellcont/shell";
sapgui_grid_get_rows_count("Column Count", gridID, "paramRowCount", LAST );
Example: Output:
Action.c(45): Notify: Saving Parameter "paramRowCount = 20"
Action.c(45): Grid - The number of rows is 20