first indicate a single cell and get the strict selector to it..and generally it would have a tablerow property which can be increased to access each row use it to go through each row
general selector
<webctrl tag='TD' tablecol='4' tablerow='2' /> this gives 4th column second row value..similarly can change number of tablerow or tablecol to get correspondign row and column values
cheers