Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Retrieve columnname position from webtable
#4
Not Solved
Try the below code
Code:
rCnt = Browser("").Page("").WebTable("").GetROProperty("rows")
For i = 1 to rCnt - 1
   cCnt = Browser("").Page("").WebTable("").GetROProperty("columns")
     For j = 1 to cCnt - 1
        Col_Name = Browser("").Page("").WebTable("").GetCellData(i,j)
        If Col_Name = "Invoive.No" Then
           Msgbox "Column Number" & j
        End IF
     Next
Next
Reply


Messages In This Thread
RE: Retrieve columnname position from webtable - by ssvali - 06-26-2012, 05:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error as Global Not defined while trying to retrieve value from Datatable siddharth1609 0 958 09-11-2019, 02:52 PM
Last Post: siddharth1609
  Cannot retrieve Native property JeL 1 1,069 07-29-2019, 05:41 PM
Last Post: JeL
  To retrieve content of a WEBEDIT object alpha1 2 2,597 06-11-2015, 11:21 AM
Last Post: vinod123
  How to retrieve specied string from text file nsuresh316 1 2,467 06-09-2015, 12:24 AM
Last Post: nsuresh316
  Retrieve row number based on value in DataTable marfa 6 30,725 07-31-2014, 08:36 PM
Last Post: dharshinishankari@gmail.com

Forum Jump:


Users browsing this thread: 1 Guest(s)