The requested page is not available for selected version.
IsCellSelected
Syntax
Boolean isCellSelected(int rowIndex, int columnIndex)
Description
Determine whether or not a specified cell of the table is selected.
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 TRUE ifthe cell is selected; otherwise, FALSE.