October 15, 2015

How to make a column hidden in grid view

this.customersDataGridView.Columns[0].Visible = false;

No comments:

Post a Comment