How to blink the forecolor text cell of datagridview when the it has a particular value .Example :

If DataGridView1.R ows(i).Cells(13 ).Value = "BAD" ......

the text BAD must blink . I try with Timer.tick but blink

all rows of datagridview

thanks