Hiding column from TWebDbGrid

Hi,
How can I hide column in TWebDbGrid?
Field.visible := false doesn't help and can't find any hide etc method or visible property from column.
closes thing we can get is setting width to 0 , but user can still expand it.