IndexOf Method (StyleSheet)
Determines the index of a specific item in the
System.Collections.IList.
'Declaration
Public Function IndexOf( _
ByVal As Object _
) As Integer
Parameters
- value
- The System.Object to locate in the System.Collections.IList.
Return Value
The index of if found in the list; otherwise, -1.