property Column.Enabled as Boolean
Enables or disables the column.

TypeDescription
Boolean A boolean expression that specifies whether a column is enabled or disabled.
If the Enabled property is False, then all cells of the column are disabled, no matter if the CellEnabled property is true. Use the Enabled property to enable or disable a column. If a cell of radio or check type is disabled, then the cell's state cannot be changed. Use the EnableItem property to disable an item.