06-23-2011, 04:59 PM
(This post was last modified: 06-23-2011, 06:40 PM by parminderdhiman84.)
Hello,
The only thing that i guess will solve your problem now is Virtual Object. Add the table as a virtual table. Remember that you cannot use the getcelldata method with virtual table.
So to get the data use:
Window().Winobject().GetVisibleText(X1,Y1,X2,Y2)
X1,X2,Y1,Y2 can be calculated by dividing the width with no of columns and height with rows of the virtual table
Regards,
Parminder
The only thing that i guess will solve your problem now is Virtual Object. Add the table as a virtual table. Remember that you cannot use the getcelldata method with virtual table.
So to get the data use:
Window().Winobject().GetVisibleText(X1,Y1,X2,Y2)
X1,X2,Y1,Y2 can be calculated by dividing the width with no of columns and height with rows of the virtual table
Regards,
Parminder