AD
Administrator
Syncfusion Team
October 3, 2003 02:39 PM UTC
When you hide columns you should do that with Model.HideCols. That should normally also repaint the screen.
If for some reason you need to manually refresh header cells, you could just do this by calling Refresh. This will repaint all cells that are visible.
VisibleCellsRange only includes non-header cells. That's why they don't get repainted.
Stefan