c# hide a data columns code example Example: hide datagrid column c# this.dataGridView1.Columns["CustomerID"].Visible = false;