Example: Array(Dimension1, Dimension2). Find the upperbounds of Dimension1 and find the upperbounds of Dimension2.How to find the upper bounds of a dimension in a two dimensional array in vb.net?
myArray.GetUpperBound(1)
It's whatever dimension you want minus 1 as 0 is the always the first dimention
No comments:
Post a Comment