问题:如何获取DataGridView中的单元格值?

    技术2022-05-11  94

    MsgBox(DataGridView1.Rows(DataGridView1.CurrentRow.Index).Cells(3).Value.ToString) 

    最新回复(0)