Assign value to DataTable cell

I think that my problem coused by this:
image

Propety “Rows” has only “get” method, so I cant use “=” sign to assign value.
So I really dont understand what I should to do to fullfill my DataTable.

I did it!
image

The problem was in type of project.
Firstly, I created a C# Project.
Today I created VB project and in VB project “Table.Rows(i).Item(0)” works properly.

WTF!!!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.