We have the following object
int [,] oGridCells;
which is only used with a fixed first index
int iIndex = 5; for (int iLoop
You cannot get a reference to each array. You can, however, use a jagged array.