Off the top of my head i would say something like:

vb Code:
  1. Dim row As DataGridViewRow = grdStatus.rows(grdStatus.rowCount)

the row index might be zero-indexed so you might have to use grdStatus.rowcount-1. Sorry didn't check.