I have a HTML table having currently 3 rows and 7 columns.
here rows and column may increase in future.
Row1.Column3.Value= Row1.Column1.Value + Row1.Column2.Value
Row1.Column7.Value=
(Row1.Column3.Value - Row1.Column4.Value - Row1.Column5.Value ) * Row1.Column6.Value
It should be repeated in every rows.
I did but my code traversing only with first ROW