IndexByName Method (TagCollection)
Finds the index of the object with the specified name in the collection.
'Declaration
Public Function IndexByName( _
ByVal As String _
) As Integer
Parameters
- name
- The name to search for.
Return Value
The index of the found object.