Click or drag to resize

XlsAddInFunctionsCollection Add Method

Overload List
Name Description
Public method Add(T)
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Add(String)
Adds new add-in function.
Public method Add(Int32, Int32)
Adds a new ExcelAddInFunction to the collection using specified book and name indices.
Public method Add(String, String)
Adds new add-in function.
Top
See Also