Just spy table cell (or any other element in one row), then use dynamic Path attribute to refer to a correct table element:
"/HTML/BODY/TABLE/TR("&[Row]&")/TD("&[Column]&")"
You have two options for getting number of rows - either spy a table, read to collection and count rows or just iterate over rows with dynamic path until you get exception and handle it.