XlsAddInFunctionsCollection module
- class XlsAddInFunctionsCollection.XlsAddInFunctionsCollection(ptr)
Bases:
CollectionBase[XlsAddInFunction],IAddInFunctions- Add
- <summary>
Adds new add-in function.
</summary> <param name=”fileName”>File name.</param> <param name=”functionName”>Function name.</param> <returns>Index of the new function.</returns>
- Contains(workbookName: str) bool
- CopyFrom(addinFunctions: XlsAddInFunctionsCollection)
- RemoveAt(index: int)
- <summary>
Removes add-in function with specified index.
</summary> <param name=”index”>Item index to remove.</param>
- get_Item(index: int) IAddInFunction