SyntaxFix
Write A Post
Hire A Developer
Questions
To get the value of cell, use the following syntax,
datagridviewName(columnFirst, rowSecond).value
But the intellisense and MSDN documentation is wrongly saying rowFirst, colSecond approach...
rowFirst, colSecond