Retrieves the specified row.
final public DhRow getBodyRow( int nRow )
nRow
The row to retrieve.
Returns the row at position nRow.
DhElementNotFoundException thrown if the row is not in the table.
If a header row exists, 0 is specified for the header row; otherwise, it specifies the first row in the table body.