how to retrieve data from the data table (from a particular
cell)

Answer Posted / uday kumar_anem

First goto the the row and then retrieve the value from the
required cell.

datatable.SetCurrentRow(rowid)
datatable.Value(columnId,SheetId)
Ex:
datatable.SetCurrentRow(3)
val=datatable.Value(4,1)

Is This Answer Correct ?    23 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the difference between 2 dates in qtp?

587


Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance

1776


Why is action split used by qtp?

564


How to use Environment parameterization? Explain with an example.

1481


What is the difference in the global and action sheet in qtp?

571






hi nani my doubt is how does qtp process metrix related to software process.

1555


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

1819


Can any body please tell me the steps of keyword driven framework of QTP.

1570


What are the different types of functions available in qtp and explain ?

573


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1496


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

869


How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

1432


is it possible to add sheets to excel at runtime

3236


What is object spy in quicktest professional?

619


What is reusable action?

608