Click or drag to resize

IAddInFunction Interface

Represents an Custom Addin Function in Excel.

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

The IAddInFunction type exposes the following members.

Properties
Name Description
Public property Name
Returns name of the add-in function. Read-only.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
See Also