Public Sub Add(Value As Variant, Key As String)
Adds the value and key to the Dictionary
Collection Compatibility
Compatibility methods with same name as Collection methods to allow drop in replacement of collection with Dictionary with minimal code changes. Less error checking than the new Dictionary equivalents.
Adds the value and key to the Dictionary
Returns the count of elements in the Dictionary
Remove the element from the dictionary