I know that it is possible to have a 2 dimensional array by just going

Dim arr(2, 3) as Integer

my question is:
Is it possible to have a 2 dimensional control array?? If so how do you dim it sunce the index number is a single number not 2, 3 or something like that.

Thanks for any advice