Form1 datagridview选择第3行索引数据显示在form2标签框上

时间:2015-02-01 12:25:13

标签: datagridview label

我想datagidview选择第3行索引数据将显示在form2 labelbox上而不打开form1。我使用下面的代码,但它不起作用.. 它会给出错误

> Index was out of range. Must be non-negative and less than the size of
> the collection. Parameter name: index

form1 datagridview第3列是我希望在form2标签上显示日期的日期

form2.Label.Text = form1.DataGridView1.Rows(form1.DataGridView1.CurrentRow.Index).Cells(3).Value.ToString

0 个答案:

没有答案