Determines the index of a specific object.
[C#] int IndexOf(IndirectObject value) [Visual Basic] Function IndexOf(value As IndirectObject) As Integer
int IndexOf(IndirectObject value)
Function IndexOf(value As IndirectObject) As Integer
Determines the index of a specific IndirectObject in the Soup.
None.