Access rows and cells from TableTag object

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
jainaakash
Posts: 48
Joined: Thu Jun 10, 2010 12:06 pm

Access rows and cells from TableTag object

Post by jainaakash » Wed Jul 07, 2010 7:31 am

Hi We have an object as below:
<Table>
--<TBody>
----<TR>
<TD>
:::::::::::::::::
--------</TD>
-----</TR>
---</TBody>
</Table>

This is not same as DataGrid where I can use Table Object and use table.rows and rows.cell methods.
This is identified as TableTag, TrTag, and TdTag. Do we have any methods to access the rows and cells easily..? Also to note, there is a TBodyTag before the TRs. Please post the VB.NET and C# code sample if possible.

Thanks for your help.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Access rows and cells from TableTag object

Post by Support Team » Wed Jul 07, 2010 10:00 am

Hi,

Please read following documentation on our web page
http://www.ranorex.com/support/user-gui ... html#c1988

Regards,
Peter
Ranorex Support Team