DataGridView 去掉多余的列

去掉DataGridView多余的列:

 this.DataGridView.AutoGenerateColumns = false;

原文地址:https://www.cnblogs.com/youmingkuang/p/5485652.html