HTMLTable GetCells Method

Returns a matrix of all <th> and <td> elements of a table.

   R←I GetCells 0
   R←GetCells I

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