Hey
          Try this code it works

      Rc =
Browser("micclass:=Browser").Page("micclass:=Page").WebTable("name:=xyz").RowCount
          For i = 2 to Rc
               Cc =
Browser("micclass:=Browser").Page("micclass:=Page").WebTable("name:=xyz").ColumnCount
                Msgbox Cc
          Next
Note: i have started the iteration from 2 coz 1st Row will be Header Part
so we have to start iterate from 2

Cheers..........

Adil


On Wed, Jan 11, 2012 at 10:56 PM, Kiran Ogeti <[email protected]> wrote:

> While on run time, i need to get the row count of a particular column ..
> the row count means the number of filled rows only.. could you help pls
>
>
>  --
> 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
"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

Reply via email to