|
-
Mar 21st, 2008, 01:32 PM
#1
Thread Starter
Hyperactive Member
Add Properties To DataGridView
Could someone show me how to create 2 new properties for the DataGridView?
1. Add a .Info property to each Rolumn of the DataGridView.
2. Add a .LastName property to each Row of the DataGridView.
So when the Grid's CellChanged even fires, I can do something like this...
TextBox1.Text = DataGridView1.Columns(theCurrentColumn).Info
Is that possible?
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
|