I have data that is stored in a 2-Dimensional List that I want to print to the console window where it is all lined up properly.
Example:
Dim aList As New List Of(List Of String))
aList = AfunctionThatFetchesData
aList
{column 1} {column 2} {column 3}
This is some data 0 3
Some more 1 3
One more 2 3