Overview | Methods | This Package | All Packages
Removes rows that are not header or footer rows from the table.
Syntax
final public void removeBodyRows()
Remarks
In HTML, body rows are any rows that are contained within a THEAD or TFOOT tag. The header and footer rows will not be removed.