Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Function IterateRow () As Boolean

Iterate through all the rows in the DataList by using this function in a While ... Wend block. The current row index is stored internally and is available with IteratedRowIndex. If the row index is omitted from the Item() property, the iterated index will be used automatically.

Call Template:

Dim obj As New xf_DataList
Dim b As Boolean
b = obj.IterateRow()

See Also:

Example 1:

While lst.IterateRow()
Debug.Print lst.Item("CompanyName")
Wend
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd