摘要: 1 DataGridViewColumn column = dgvDetail.Columns[e.ColumnIndex]; 2 if (!(column is DataGrdatidViewButtonColumn) && e.RowIndex >= 0) 3 { 4 DataGridViewB 阅读全文
posted @ 2020-04-03 16:55 青衫の剑客 阅读(200) 评论(0) 推荐(0)