IList: Remove

Remove

Removes a value from the list.



 Public Sub Remove(
	  ByRef Value As Variant )

Parameters

Value
[ByRef] Variant. The value to be removed from the list.

Remarks

This method searches the list for the first instance of the value. If one is found, it is removed from the list.

See Also

Project CorLib Overview

Class IList Overview