I have encountered a problem to hide a colon in the MSFlexgrid object. I do the follow
If Fxgrid1.ColIsVisible(intcol) Then
Fxgrid1.ColIsVisible(intcol) = False
End If
The If statement works but for the assignment to False I get the compile error “ Assignment to constant not permitted“
Strange because if I follow the MSDN documentation I should assign that property
Can somebody say what is wrong?
V.B.
