C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Util Namespace / FastList Class / IndexOf Method
The object to search for.

In This Topic
IndexOf Method (FastList)
In This Topic
Returns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex method.)
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal obj As Object _
) As Integer
 

Parameters

obj
The object to search for.

Return Value

The index of the specified object within the current list, or -1 if none was found.
See Also