G
Guest
How do you access the value of a cell in a Windows form datagrid?
I know this is how you would do it using an ASP.NET datagrid:
DataGrid1.Items[1].Cells[1].Text
However, "Items" is not available in the Windows Forms datagrid.
Thanks,
Paul
I know this is how you would do it using an ASP.NET datagrid:
DataGrid1.Items[1].Cells[1].Text
However, "Items" is not available in the Windows Forms datagrid.
Thanks,
Paul