You seem to be confusing the array index display (upper left corner) with something that relates to the dimensions of the array.
The numbers in the index display are purely cosmetic and indicate the element visible in the upper left corner of the display. Set it to zeroes to have element (0,0) there. Set it to higher numbers to "scroll" through an array that is bigger than the display.
You scrolled outside the dimensions of your array and thus only see the greyed defaults.