Click here to Skip to main content
15,915,869 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Excel VBA, I can use Sheets("WorkSheet Name").Cells(Rownumber, ColumnNumber).value to get a value at the location specified by Rownumber and ColumnNumber.

But how to do this in WPF, Visual Studio 2010 Express environment where textbox value of Mainwindow.xaml need to refer to cell value of specific cells in the table stored as datagridview in a form?
Posted
Updated 10-Jan-12 20:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900