标签: vb.net datagridview
使用vb.net。 我如何锁定DataGridView中的特定单元格(不是完整的列)?
答案 0 :(得分:2)
您需要将DataGridViewCell.ReadOnly属性设置为true