I am using a flex grid
i Want that if flexgrid cell colour =red then it show that it is red colour but how it is possible.........
Any idea


VB Code:
  1. If Grid.CellBackColor) = vbRed Then
  2. msgbox "It is Red Colour",vbinformation    
  3. End If

problem is thatit is showing value of gridbackcolor=0 but vbred value=255 there is alredy flexgrid is in red colour............
help me..........