20-05-20, 07:48 PM
PHP كود :
جرب هذا
For i = 0 To DataGridView1.RowCount - 1
If DataGridView1.Rows(i).Cells(4).Value Is Nothing OrElse DataGridView1.Rows(i).Cells(4).ToString.Trim = "" Then
DataGridView1.Rows(i).Visible = False
End If
Next
2.12.0.0
