Visible: Boolean;
The Visible property determines whether the column is visible.
Available values:
True. Default value. The column is displayed in the table.
False. The column is hidden.
The property use is given in the example for IDataGridView.BeginUpdate.
See also: