How to get the columncount of the respective row?
With the ‘Columncount’ method, we can get the column number.
E.g.,
‘To get the column count of the first row,
Colcount = Browser(“Browser”).Page(“Pg”).Webtable(“row”).Columncount(1)
Msgbox Colcount
E.g.,
‘To get the column count of the first row,
Colcount = Browser(“Browser”).Page(“Pg”).Webtable(“row”).Columncount(1)
Msgbox Colcount
Comments
Post a Comment