Posts: 5
Threads: 3
Joined: Nov 2008
Reputation:
0
12-02-2008, 06:22 PM
my code says .
DataTable.SetCurrentRow (2)
now i need to retrive the total number of column used in 2 nd row ..
is there any syntax
what is the substitute of "ddt_get_parameters" used in Winrunner in QTP ..
please reply asap
Posts: 5
Threads: 3
Joined: Nov 2008
Reputation:
0
12-03-2008, 06:01 PM
Hi Sreekanth ,
This code retrives total column count of the sheet .
I want to retrieve column count of just 1 particular row ..
suppose i have 3 row .. 1 row has 6 colunm and 2 nd one has 3
third one has 4 .. so how to retrive the column count of 2nd row
please reply asap
Posts: 5
Threads: 3
Joined: Nov 2008
Reputation:
0
12-04-2008, 04:57 PM
Hi Sreekanth ,
This code retrives total column count of the sheet .
I want to retrieve column count of just 1 particular row ..
suppose i have 3 row .. 1 row has 6 colunm and 2 nd one has 3
third one has 4 .. so how to retrive the column count of 2nd row
please reply asap
Posts: 146
Threads: 50
Joined: Dec 2008
Reputation:
1
01-06-2009, 12:14 PM
Sorry,
I have check only 2nd column, not for all rows... Sreekanth given beautiful code...
You can use that...