Overview | Methods | This Package | All Packages
Retrieves the cell at the specified location from the table body.
Syntax
final public DhCell getBodyCell( int nRow, int nCol )
Parameters
nRow
The zero-based row number.
nCol
The zero-based column number.
Return Value
Returns the cell at the requested position.
Exceptions
DhElementNotFoundException if there is no cell at the specified location.