In tables, you can address the row of a table either by using its index or by entering the value in the first column of the particular row.
The first row is 1 and so on.
The row of table headers at the top of the table can be addressed using the index 0.
If the cell you want to execute an action on is the fourth row and contains the value Price in the first column, you can address the row either with the index 4 or with the string Price.