ArrayList: LastIndexOf |
Returns the last occurrence of a value in the list.
Public Function LastIndexOf( ByRef Value As Variant, Optional ByRef StartIndex As Variant, Optional ByRef Count As Variant, Optional ByVal Comparer As IComparer ) As Long
The search is performed from the end of the list towards the beginning. If a startindex
Class ArrayList Overview ArrayList Properties ArrayList Methods Item (set) NewEnum