vb.net - Size of array in Visual Basic? - Stack Overflow
Dimension Length The index of each dimension is 0-based, which means it ranges from 0 through its upper bound. Therefore, the length of a given dimension is greater by 1 than the declared upper bound for that dimension. Array Size in Visual Basic...