我有一个datagridview dgvList ..然后我想获取特定行和列的单元格值,而不使用selectedRows属性.
即:
myvalue = dgvList[2nd row][1st column];
c# datagridview
c# ×1
datagridview ×1