mike55 Posted March 29, 2005 Posted March 29, 2005 Hi I am trying to select a particular cell from a data grid where I know the row and the exact column. Any suggestions?? Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
kahlua001 Posted March 29, 2005 Posted March 29, 2005 Does this not work? Dim TableCell As TableCell TableCell = DataGrid1.Items(1).Cells(1) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.