| IList: Remove |
Removes a value from the list.
Public Sub Remove( ByRef Value As Variant, Optional ByVal Comparer As IComparer )
This method searches the list for the first instance of the value. If one is found, it is removed from the list.
Project VBCorLib Overview Class IList Overview IList Properties IList Methods Item (set) RemoveAt