0

How can I get the value of row that I already tick(checkbox).

Dim f_Cell As DataGridViewCheckBoxCell = Nothing
For Each f_Row As DataGridViewRow In dgvUserAccessList.Rows
    f_Cell = DirectCast(f_Row.Cells("Input"), DataGridViewCheckBoxCell)
Hazim
  • 69
  • 2
  • 12

0 Answers0