Make fixed cells look like normal cells

Hi,


Are there a way to make fixed cells look like normal cells? I want to style the column myself and the user should not be able enter the column, but still it should be frozen.

Best

Lasse

Set grid.Look = glSoft and then you can use grid.FixedColor to set the color.

Thanks! I actually tried that first (it was mentioned in the FAQ), but it overruled my other Office-theme settings. But I have now fixed that by setting SelectionColor, Selection text etc again when the user changes the themes. 


So I think that did the trick :-)