Click to See Complete Forum and Search --> : msflexgrid


d.paulson
October 2nd, 2001, 09:55 AM
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

MKSa
October 2nd, 2001, 12:18 PM
Set the ColWidth property to zero. Ex:MSFlexGrid1.ColWidth(2) = 0