To access value from Local Action Sheet of Run Time Data Table,
use the following.Datatable.GetSheet("Sheet Name").SetCurrentRow("Mention Row Number from where you want to access the value")Cell_Value = Datatable.GetSheet("Sheet Name").GetParameter("Mentioned Column Name from where you want to access the Value").ValueMsgbox Cell_Value
To access value from Global Data Sheet of Run Time Data Table, use the following.Datatable.GlobalSheet.SetCurrentRow("Mention Row Number from where you want to access the value")Cell_Value = Datatable.GlobalSheet.GetParameter("Mentioned Column Name from where you want to access the Value").ValueMsgbox Cell_Value
Showing posts with label cell. Show all posts
Showing posts with label cell. Show all posts
Wednesday, December 19, 2007
How to access values from an excel sheet cell ?
Posted by
QTP FAQ's Jobs interview questions
at
9:37 AM
0
comments
Labels: acess, cell, data, excel, Excel sheet, faq, QTP, read
Subscribe to:
Posts (Atom)