Is there a simple way to insert a bunch of 1-D arrays into a 2-D array without cycling through every single cell? I want to just lump in entire rows or columns (1-D arrays) at a time and not cycle through the individual cells if I don't have to.

Thanks