Programmer's Guide > Interfaces > TableGrid interface > row method
  
row method
Returns a row given its index. The first row is row 1.
row(rowIndex )
Parameters
unsigned longrowIndex
The index of the row.
Returns
TableRow. The indicated TableRow
Throws
TableException
INVALID_INDEX_ERR: Raised if rowIndex does not specify a row in this grid.