HTMLTable GetBodyCells Method

Returns a matrix of <td> elements under <tbody>.

   R←I GetBodyCells 0
   R←GetBodyCells I

I is an HTMLTable instance. R is a matrix of <td> elements.