Guest User

Untitled

a guest
Oct 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Private Sub btnUpdAll_Click(sender As Object, e As EventArgs) Handles btnUpdAll.Click
  2. For Each r As DataGridViewRow In gvResults.Rows
  3. Dim x = r.Cells(1).Value
  4. Next
  5. End Sub
Add Comment
Please, Sign In to add comment