15-04-19, 12:34 AM
For u = 0 To DataGridView1.Rows.Count - 1
If DataGridView1.Rows(u).Cells(2).Value.ToString.Contains > 17 Then
DataGridView1.Rows(u).DefaultCellStyle.BackColor = Color.Red
End If
Next
