HTMLTable GetRows Method

Returns the <tr> elements of a table.

   R←I GetRows 0
   R←GetRows I

I is an HTMLTable instance. R is a vector of <tr> elements.