IndexOf Method
IndexOf(string)
Determines index of the first Group with the specified name in the collection.
Declaration
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns