Does anyone know how to set a column to invisible?. It has a ColIsVisible property to check whether it is visible or not, so it should be possible to the column to be invisible.
David Paulson
Printable View
Does anyone know how to set a column to invisible?. It has a ColIsVisible property to check whether it is visible or not, so it should be possible to the column to be invisible.
David Paulson
Set the ColWidth property to zero. Ex:MSFlexGrid1.ColWidth(2) = 0