[]
Finds the index of the object with the specified name in the collection.
public int IndexByName(string name)
Public Function IndexByName(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The name to search for. |
| Type | Description |
|---|---|
| int | The index of the found object. |