请教,隐藏的选项,在哪里取消隐藏。
DataGridViewTextBoxColumn
384行,new试试。
Name后面加上 =new DataGridViewTextBoxColumn();
设置dataGridView1.Columns[i].Visible = true;