Dictionary Methods

The Dictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new value to the dictionary
Public methodClear
Clears the dictionary
Public methodContainsKey
Returns true if the key is present, false otherwise.
Public methodGet
Returns the value associated with the specified key or the default value if the key doesn't exist.
Public methodGetEnumerator
Return the dictionary enumerator
Public methodRemove
Removes the value for the given key.
Public methodSet
Sets the value for the given key. The key is created if missing.
Public methodToExcel
Writes the values in an Excel sheet.
Top
See Also