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)
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)