CustomFunctionCollection Methods
A collection of custom functions in a workbook.
Name | Description |
---|---|
Add |
Adds an item to the ICollection |
Clear() |
Removes all items from the ICollection |
Contains |
Determines whether the ICollection |
Contains |
Determines whether the collection contains the specified function. |
Copy |
Copies the elements of the ICollection |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Remove |
Removes the first occurrence of a specific object from the ICollection |
Remove |
Removes the specified function from the collection. |
See Also