I have a datatable and I would like to use a Message box to view data rows periodically, how do i do this?

the datatable has columns in it that will change from time to time, but i'd like the output to look like this:

FirstName, LastName, Address, City, State, Zip

Why doesn't the below work?

Code:
MsgBox(datatabel.rows(rownumber).tostring)