4
Answers

Assigning value to tablecell?

Photo of Mats A

Mats A

14y
2.1k
1
Hello, I'm trying to change a value in a datatable and I cannot get it working, does anyone have any ideas of why? Thank you.


DataTable table;

-- inserting values into the datatable --

table.rows[1].ItemArray[1] = null; //This is not working, I cannot assign the cell any value

Answers (4)