Reading the contents of a cell in a .Net DataGridView

Dear All,

I am working in OE 10.2A

Could someone let me know how to read the value / contents of a cell in a .Net datagridview given a Row Index and column index.

Thanks,
Joel
 

gnome

Member
Hi, You can try to type the name of the grid and putting a period(.) should give you an intellisense of everything you need.
 
Top