Hashtable: Remove

Remove

Removes a key/value pair associated with a specific key.



 Public Sub Remove(
	  ByRef Key As Variant )

Parameters

Key
[ByRef] Variant. The key use to lookup the key/value pair to be removed.

Remarks

See Also

Project VBCorLib Overview Class Hashtable Overview Hashtable Properties Hashtable Methods Keys (get) ToString