setCellFocus()
Select a cell in a table.
Syntax
setCellFocus(
tableName STRING,
columnName STRING,
row INTEGER)
- tableName is the name of the table.
- columnName is the name of a column.
- row is the index number of a row.
Usage
You can use it to select a cell in a table to test this action in a scenario. For example:
CALL ggc.setCellFocus("items", "description", 100)