Any Method to fetch d cellData from Virtual Table? - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Any Method to fetch d cellData from Virtual Table? (/Thread-Any-Method-to-fetch-d-cellData-from-Virtual-Table) |
Any Method to fetch d cellData from Virtual Table? - manishddeshmukh - 08-09-2010 Hi, I have created one virtual table (50 rows x 2 cols) ... now i would like to fetch the cell data from that table. Pls let me know if you have any idea reg any method that fetches the data from virtual table... Pls dont suggest this code: Code: Browser().Page().WebTable().GetCellData(RowNo, ColNo) You can suggest any other method if possible... |