If fGrid.Cells(c, "Sex").Value = "Female" Then fGrid.Cells(c, "Sex").ForeColor = Color.LightCoral fGrid.Cells(c, "Sex").ImageIndex = 0 Else fGrid.Cells(c, "Sex").ForeColor = Color.Blue fGrid.Cells(c, "Sex").ImageIndex = 1 End If
The 10Tec Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. More Details Close