If I take the TableSelectRow example in Example Projects → iOS → Table, and add the example code from the documentation for ScrollToRow (shown below), I get an “There is more than one method with this name but this does not match any of the available signatures.” error.
The only change I made to the example code was changing the section number from 2 to 1
myTable.ScrollToRow(1, 10, True, iOSTable.ScrollPositions.Middle)
Documentation: ScrollToRow documentation