The requested page is not available for selected version.
ClickCell
Syntax
long clickCell(int rowIndex, int columnIndex)
Description
Click the specified cell in the table.
Parameters
rowIndex
Integer value specifying row indexof cell. Note that index numbering begins with 1.
columnIndex
Integer value specifying column indexof cell.Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..