|
-
Feb 7th, 2018, 01:17 PM
#1
Thread Starter
Member
Is datagridview like excell
Hi all.
In excel I can refer to a cell by giving the cell address something like A7 or W3
I can do something like this:
If Range ("A1").Value = 22 Then Range("B1").Value ='hello'
Is it possible to access cells in DatagridView in a similar manner.
Or put another way how do I programmatically access the DataGridView
cells to place data into them.
Kind Regards
Al
Tags for this Thread
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
|