Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Function IterateCol () As Boolean

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.

Call Template:

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

See Also:

Example 1:

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