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