The Index array is one many built-in VI which change according to what you wire into them. In this case, when you wire a 2D array into the VI, you'll get two additional inputs - one for a row and one for a column. If you wire 0 into both inputs, you'll get element 0,0 and this is what you should do.
Here's some more fun stuff -
If you wire 0 only into the column input, you'll get the entire first column as a 1D array. The same applies for the row (and for any other number).
If you hover over the VI, you will see two arrows on the top and bottom. These mean that you can expand the VI to extract more than one element.
If you expand the VI for a 1D array, the elements will be extracted in order even if you wire nothing in. Try and play with functions. Try wiring things you don't think will work. You will be surprised at the things that do work.
___________________
Try to take over the world!