Retrieving a Row from a List

Once the list object has been read from the list manager, you can obtain a reference to an individual row within the list using the getItem method. This accepts a single integer parameter, that specifies the row number to be read. Row numbers are zero relative.

Dim ListItem As Object
’Get the row information

Set ListItem = mvarListObject.getItem(Row)