C# DataGridView控件去除表格线 2019-06-26 本文已影响0人 堆石成山 this.dataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.None;