|
-
Jul 1st, 2007, 02:11 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2005] Get content of DataGrid cell
Hi.
I have a DataGrid filled with data.
After doubleclicking a row, how can I send to a variable the cell(rowcell, 2) content?
Thank you
-
Jul 1st, 2007, 03:10 PM
#2
Thread Starter
Hyperactive Member
Re: [2005] Get content of DataGrid cell
x = DataGridView1.Rows(e.RowIndex).Cells(0).Value
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|