ArrayList: IndexOf |
Returns the index of the first occurrence of the value in the list.
Public Function IndexOf( ByRef Value As Variant, Optional ByRef StartIndex As Variant, Optional ByRef Count As Variant, Optional ByVal Comparer As IComparer ) As Long
If there is special compare logic necessary, then a comparer object can be supplied. The compare object must implement the IComparer interface.
Class ArrayList Overview ArrayList Properties ArrayList Methods IList_Add Insert