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:
If Grid.CellBackColor) = vbRed Then msgbox "It is Red Colour",vbinformation 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..........




Reply With Quote