Hello Ashish,
I`m not sure that I understand your scenario, so could you please provide us more details
[quote user="ashish_1977"]I want my Script to extract the data from swftable, however I don’t have the add-in for infragistics[/quote]
Do you have installed TestAdvantage for HP . What you your current verion of TestAdvantage and NetAdvantage. What if your version of your HP QTP ?
If you want to extarct the Cell`s data you could used for example:
SwfWindow("Form1").SwfTable("ultraGrid1").ActivateRow "0;0;0"
SwfWindow("Form1").SwfTable("ultraGrid1").SelectRow "0;0;0"
SwfWindow("Form1").SwfTable("ultraGrid1").GetCellData "0;0;1"
Please let me know if you think that I misunderstood your scenario or if you have any questions.
Regards