欢迎加我的QQ群:193522571,一起来讨论、交流!
摘要: private DataTable SwapRow(int index1,int index2,DataTable dt) { DataRow dr=dt.NewRow(); dr.ItemArray=dt.Rows[index1].ItemArray; dt.Rows[index1].ItemAr 阅读全文
posted @ 2016-03-06 10:12 swtool 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/soarheaven/article/details/3267379 1.界面准备 (1)首先在form中添加一个DataGridView控件,将默认AllowDrop=false 的属性设置为True,否侧不能拖动! (2)对DataGridView 阅读全文
posted @ 2016-03-06 08:50 swtool 阅读(4778) 评论(0) 推荐(0) 编辑
欢迎加我的QQ群:193522571,一起来讨论、交流!