[]
Returns the index in the collection of the Word/RTF object at name.
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The name of the parameter. |
| Type | Description |
|---|---|
| int | The index of the object with name into this collection. |