'Usage Dim instance As ColumnList Dim fieldName As String Dim value As Integer value = instance.IndexOf(fieldName)
Parameters
- fieldName
- The field name of the column to locate.
Return Value
The zero-based index of the first occurrence of fieldName within the entire list, if found; otherwise, returns -1.