Retrieves the cell at the specified location from the table body.
final public DhCell getBodyCell( int nRow, int nCol )
nRow
The zero-based row number.
nCol
The zero-based column number.
Returns the cell at the requested position.
DhElementNotFoundException if there is no cell at the specified location.