'Usage Dim instance As FieldCollection Dim name As String Dim value As Integer value = instance.GetIndexOfName(name)
Parameters
- name
- The name to search for in the collection.
Return Value
If the Field is present in the collection, this method will return the zero-based index of the first occurrence of it; otherwise this method will return -1.