For this, you can use GetRowWithCellText method of WebTable.
In "Search Text", give the Webelement's Text, so that it will find the Row Number.
Regards,
Uday
Code:
B().P().WT().GetRowWithCellText("Search Text",Column number, StartFrom)
In "Search Text", give the Webelement's Text, so that it will find the Row Number.
Regards,
Uday