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
Public Interface IAddInFunction
Inherits IExcelApplication
public interface class IAddInFunction : IExcelApplication
type IAddInFunction =
interface
interface IExcelApplication
end
The
IAddInFunction
type exposes the following members.
Properties
|
Name
|
Description
|
|
Name
|
Returns name of the add-in function. Read-only.
|
|
Parent
|
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
Top
See Also