Iterate through all the columns in the DataList by using this function in a While ... Wend block. The current column index is stored internally and is available with IteratedColIndex If the column index is omitted from the Item() property, the iterated index will be used automatically.
While lst.IterateRow() While lst.IterateCol() Debug.Print lst.Item() Wend Wend