The Imports collection object has the following methods:
Imports Collection Methods
Name |
Parameters |
Return Type |
Description |
Remove |
Index |
VT_EMPTY |
Destroys and removes the specified parameter from the collection. The ‘index’ parameter is required and may be a string (VT_BSTR) or an integer (VT_I4). |
RemoveAll |
VT_EMPTY |
Removes all parameters from the collection. | |
Unload |
Index |
VT_DISPATCH |
Like the Remove method, except that the item is not destroyed. After unloading, the item is no longer a member of the collection, but continues to exist for other purposes. Unload returns the unloaded object. |