Imports System.Collections.Generic
Console.WriteLine(GetCell(0, 0))
Private Function GetMap(path As String) As IEnumerable(Of IEnumerable(Of String))
Dim map = New List(Of IEnumerable(Of String))()
Dim lines = {"1,2,3,4", "5678", "9012", "3456"}
Dim row = New List(Of String)()
Dim values = line.Split(","c)
Private _map As IEnumerable(Of IEnumerable(Of String))
_map = GetMap("C:/path-to-map")
Private Function GetCell(row As Integer, column As Integer) As String
If (_map Is Nothing) Then
Return _map.ElementAt(row).ElementAt(column)