Forum Discussion
rraghvani
Champion Level 3
3 years agoHave a look at the examples that I have provided in this post https://community.smartbear.com/t5/TestComplete-Questions/Accessing-a-table-within-a-table/m-p/238836
Define the name mapping for the table, and then you can access each of the cell via e.g. Table(0).Cell(0, 1).Table(0).Cell(1, 1)