Given a two dimensional array of varying size on either dimension. How do I find the number of elements in each dimension? I know for a one dimensional array I can use GetUpperBound and GetLowerBound. But how can that be applied to a two dimensional array?
Start Free Trial