Programmer's Guide > Interfaces > TableRow interface > cell method
  
cell method
Returns a TableCell representing the cell at the given position in the row or a null pointer if that cell does not exist. The first cell is cell 1.
cell(cellindex )
Parameters
unsigned longcellindex
The index of the cell desired. The first cell is cell 1.
Returns
TableCell. The cell.
Throws
TableException
INVALID_INDEX_ERR: Raised if index is less than one or greater than the number cells in the row.