
15/01/2009, 13:49
|
| | Fecha de Ingreso: abril-2008
Mensajes: 9
Antigüedad: 17 años Puntos: 1 | |
Respuesta: Problemas con columna de un DataGridView ¿como para varias columnas?
Lo que te entiendo es esto:
this.dataGridView1.Rows(FILA).Cell(0).Value = False;
this.dataGridView1.Rows(FILA).Cell(1).Value = False;
this.dataGridView1.Rows(FILA).Cell(2).Value = False;
this.dataGridView1.Rows(FILA).Cell(3).Value = False;
nosé si te entendí bien.
saludos. |