Click or drag to resize

IAddInFunctions Interface

Represents a collection of custom Add In functions.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IAddInFunctions : IExcelApplication

The IAddInFunctions type exposes the following members.

Properties
Name Description
Public property Count
Returns number of elements in the collection.
Public property Item
Get the element of the index
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
Methods
Name Description
Public method Add(String)
Adds new local function to the collection.
Public method Add(String, String)
Adds new function to the collection.
Top
See Also