摘要: public partial class WeighRecord : Form { WeighRecordSet headsSet = null; public WeighRecord() { InitializeComponent(); this.RecordTimepx.Format = Dat 阅读全文
posted @ 2020-09-30 15:17 cclon 阅读(1721) 评论(0) 推荐(0) 编辑
摘要: //方法一 表头调换, 后台调用 this.dataGridView1.Columns["ProductName"].DisplayIndex = 0; //方法二 表头调换,属性设置, 页面上拖拽 this.dataGridView1.AllowUserToOrderColumns = true; 阅读全文
posted @ 2020-09-30 10:17 cclon 阅读(1680) 评论(0) 推荐(1) 编辑