datagridview.CurrentCell.RowIndex
DataGridView1.CurrentCell = DataGridView1.Item(column, row)
dataGrid.Rows[index].Selected = true;