Is there any way to position the specified row?

For example, there is a lot of rows in one sheet ,and I wonder when I open this sheet whether I can position to a specifed row such as:index=20(the “index” is a name of column)

If you want to access the second row, you can use:


Row row = excel.Worksheets[0].Cells.Rows[1];