Una célula del textbox del datagridview no tiene un valor nulo, él tiene un valor de secuencia vacía: ""
Así pues, si le conseguí derecho:
Si dgvTechnologySets.Rows.Count > 0 entonces
Rowindex dévil como número entero = dgvTechnologySets.CurrentCell.RowIndex
Fila dévil como DataGridViewRow = dgvTechnologySets.Rows (rowindex)
Célula dévil como DataGridViewCell = fila. Células (2)
strTechCode dévil como secuencia = (célula. Valor) .ToString
txtTechnologySetCode.Text = strTechCode
Si fila. Células ("" <> 3).Value entonces
txtTechnologySetName.Text = fila. Células (3).Value.ToString
Terminar si
Si fila. Células (4).Value = "" después
cboTechnologySetType.Text = fila. Células (4).Value.ToString
Terminar si
Si fila. Células (5).Value = entonces verdad
chkIsActive.CheckState = CheckState.Checked
chkIsActive.CheckState = CheckState.Unchecked
Terminar si
Terminar si
¡A propósito el no-igual en vb no está! = pero <>