I know you can select a row in a UITableView by calling UITableView.SelectRow function, but I'm having trouble to construct the first parameter NSIndexPath for the given row number. This is the code I tried:I know you can select a row in a UITableView by