The requested page is not available for selected version.
SelectCell
Syntax
long selectCell(int rowIndex, int columnIndex)
Description
Select the specified cell of 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..