How to get object properties of table respective cell

Is there any way to find the object properties (Target) from a table cell by providing the gui data

Example site: Web Table

Here in the table, want to find some email id property to be printed.

Just to clarify: In this example, do you want to extract the email address… or a certain property of this cell (and if so, what property)?

Thanks for quick response.

Sorry for giving wrong example, below is the url:

Below is a property of a cell.

//*[@id=“leftcontainer”]/table/tbody/tr[3]/td[1]

My main intention to find table row and column, in this case, row:3 and col:1
which helps in doing some other task.