I have 10 records of data in a DataTable which has 3 fields \"Foo\", \"Bar\", and \"Baz\".
If I connect wire this into a DataGridView I see 10 rows and 3 columns, an
You can do this by programmatically adding the number of columns you need (e.g., 7 more to make 10) then programmatically swapping row, col with col, row.