DATA TABLES - Is it possible to get Row Index instead of Row Name?

My solution simply is to convert integer to name (first integer to string then to name).

It’s kind of backwards since name is made of integer, but as far as finding the row goes, it isn’t any more wasteful than supplying a name in the first place.

If anyone has a better solution, I’d be intersted. Cheers