摘要:
#region 事件--表格CellContentClick(DGV中checkBox单选)private void dgvInfo2_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e) { if (e.RowIndex > -1 && e.ColumnIndex > -1)//屏蔽表头、列头 { if (e.ColumnIndex == 0)//注释此行代码,即点击行的任何列都勾选当前数据(e.ColumnIndex == 0设置为勾选列) { DataGridViewCheckBoxCe 阅读全文
posted @ 2012-03-29 20:07
这妞不错
阅读(2154)
评论(0)
推荐(0)

浙公网安备 33010602011771号