DhTable.getBodyRow

Overview | Methods | This Package | All Packages

DhTable.getBodyRow

Retrieves the specified row.

Syntax

final public DhRow getBodyRow( int nRow )

Parameters

nRow

The row to retrieve.

Return Value

Returns the row at position nRow.

Exceptions

DhElementNotFoundException thrown if the row is not in the table.

Remarks

If a header row exists, 0 is specified for the header row; otherwise, it specifies the first row in the table body.