摘要:
//添加下面事件即可private void DataGridView_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e) { if (e.RowIndex >= 0) { if (e.Button == System.Windows.Forms.MouseButtons.Right) { this.Rows[e.Ro... 阅读全文
posted @ 2007-10-04 19:09
Jackey
阅读(696)
评论(0)
推荐(0)
浙公网安备 33010602011771号