mike509123
MIS
Not sure what data type to use for this. (language c#).
I have a function that takes in three values a row, column and a string. (I have no idea how many rows or columns there will be). I will later need to pull the values in the following order.
First Row, First Column
First Row, Second Column
....
Second Row, First Column
Second Row, Second Column
IF you could show me how to fill in the data into the datatype i would greatly appreciate that as well.
Thanks.
I have a function that takes in three values a row, column and a string. (I have no idea how many rows or columns there will be). I will later need to pull the values in the following order.
First Row, First Column
First Row, Second Column
....
Second Row, First Column
Second Row, Second Column
IF you could show me how to fill in the data into the datatype i would greatly appreciate that as well.
Thanks.