For row number you can use getrowwithcelltext("Ramesh") you will get the
row number
rownumber=Browser("").Page("").frame("").Webtable("").getrowwithcelltext("Ramesh")

totalcoumns=Browser("").Page("").frame("").Webtable("").Columncount(1)
for i=1 to columncount  (i=1 or 0 based on the configuration)
columnname=Browser("").Page("").frame("").Webtable("").getcelldata(rownumber,i)
IF columnname="Ramesh" Then
msgbox columnname
End For
End IF
Next



On Mon, Jan 6, 2014 at 7:23 PM, Ravi kiran <[email protected]>wrote:

> For row number you can use getrowwithcelltext("Ramesh") you will get the
> row number
>
> rownumber=Browser("").Page("").frame("").Webtable("").getrowwithcelltext("Ramesh")
>
> totalcoumns=Browser("").Page("").frame("").Webtable("").Columncount(1)
> for i=1 to columncount  (i=1 or 0 based on the configuration)
>
> columnname=Browser("").Page("").frame("").Webtable("").getcelldata(rownumber,i)
>
>
>
>
> On Mon, Jan 6, 2014 at 6:58 PM, Parke <[email protected]> wrote:
>
>>  Karthik:
>>>
>>
>> Take a look at
>> http://relevantcodes.com/get-rowcolumn-of-an-object-in-a-webtable/.
>>
>> hth,
>>
>> Parke
>>
>> --
>> --
>> You received this message because you are subscribed to the Google
>> "QTP - HP Quick Test Professional - Automated Software Testing"
>> group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/MercuryQTP?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "QTP - HP Quick Test Professional - Automated Software Testing" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to