this
.dataGridView1.Columns[
"列名"
].DisplayIndex=Convert.ToInt32(
"你要放置的位置"
)
C# DataGridView 列的显示顺序
原文:http://www.cnblogs.com/LuoEast/p/8085639.html