Hi everyone,
I am new to c# and have come across to this:
dataGridView[int a, int b].Value.ToString();
I understand that it takes the values of rows and turns them to string, but I cannot figure out the two integers. Are they the first and last rows respectively? What am I missing out?
Thanks very much.