DataGridView
設定不能新增.修改.刪除
方法:
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
設定不能修改,則將畫面中的啟用編輯取消,即可
全站熱搜
DataGridView
設定不能新增.修改.刪除
方法:
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
設定不能修改,則將畫面中的啟用編輯取消,即可