Alejandra, parte de este equipo de trabajo, nos ha hecho el favor de escribir esta crónica porque conoce muy bien dicho tema.
Ejemplo 1: datagridview seleccionar fila columna celda c#
private void setCurrentCellButton_Click(object sender, System.EventArgs e)
// Set the current cell to the cell in column 1, Row 0.
this.dataGridView1.CurrentCell = this.dataGridView1[1,0];
Ejemplo 2: c# datagridview índice de fila seleccionado
datagridview.CurrentCell.RowIndex
Si estás de acuerdo, tienes la habilidad dejar un tutorial acerca de qué te ha gustado de este post.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)