martes, 31 de octubre de 2017

Remover fila DataGridView


If DataGridView.Rows.Count > 0 Then
     DataGridView.Rows.Remove(DataGridView.CurrentRow)
End If

No hay comentarios.:

Publicar un comentario