This video shows how to declare and initialise a 2 dimensional array in VB.NET, and how to use nested loops to visit each item in a 2D array, either row-wise or column-wise. It also covers how to perform a lookup with a 2D array, that is, how to scan a column for a particular value then retrieve the rest of the row if that value is found.