Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Function GetColBindingIndex (
ColName As String,
Optional SuppressError As Boolean = False
) As Integer

Same as GetColNameIndex but uses the column binding name.

ColName as String

The column name

Optional SuppressError as Boolean = False

Don't raise a dialog box if the column is not found

Call Template:

Dim obj As New xf_DataList
Dim i As Integer
i = obj.GetColBindingIndex(ColName)
i = obj.GetColBindingIndex(ColName, SuppressError)

See Also:

Example 1:

1
2
lst.GetColBindingIndex("CustomerID")       -> 1
lst.GetColBindingIndex("MadeUpCol", True)  -> -1
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd