D
dipali
I have a table with cells merged together.some cells are having row spans as
well as col spans
now i want to navigate through the table and find out value in each cell of
the table.I am doing this by two for loops first one increments row number
and second one increments column number.This code is working fine if any of
the cells have not merged with other cell.
If i merge some of the cells then this code gives error saying can not
access individual rows since there are vertically merged cells.
Do you have solution for this problem?
well as col spans
now i want to navigate through the table and find out value in each cell of
the table.I am doing this by two for loops first one increments row number
and second one increments column number.This code is working fine if any of
the cells have not merged with other cell.
If i merge some of the cells then this code gives error saying can not
access individual rows since there are vertically merged cells.
Do you have solution for this problem?