如何在DataGridView中使鼠标不能选中指定单元格?

2025-04-04 05:37:42
推荐回答(2个)
回答1:

DataGridView.Rows[0].Cells[0].Enabled=false;

回答2:

请问在vb里面怎么实现不能选中单元格?