IndexOfName Method (RenderObjectCollection)
Searches the current collection for an object with the specified
Name.
'Declaration
Public Function IndexOfName( _
ByVal As String _
) As Integer
Parameters
- name
- The name to search for.
Return Value
Index of the object in the current collection, or -1 if no object was found.