You have to write to each cell individually unless you have the data in a database or delimited string (using Split function).
Decide which row and column you want to fill,
Set to the row you want. DataGrid.Row= RowNumber
then write the value. DataGrid.Columns(ColumnNumber)= Value you want in the cell
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.