DataGridView上下移动行及设置当前行
摘要://方法 上移 下移 删除 dGVshowProcess是一个DataGridView private void upOrdownOrDelete(string type) { if (this.dGVshowProcess.CurrentRow == null) { MessageBox.Show("请选择要需要操作的工序所在行"); } else if(type=="del")//删 { if (MessageBox.Show("确定要删除吗?", "警告", MessageBoxButtons.YesNo)
阅读全文
posted @ 2013-05-18 11:24
浙公网安备 33010602011771号