Programmer's Guide > Interfaces > TableGrid interface > cell method
  
cell method
Returns the cell at the specified coordinates. The upper left cell is (1,1).
cell(colIndex, rowIndex)
Parameters
unsigned longcolIndex
The column of the cell.
unsigned longrowIndex
The row of the cell.
Returns
TableCell. The cell or null if no such sell exists.
Throws
TableException
INVALID_INDEX_ERR: Raised if colIndex and rowIndex do not specify a cell in this grid.