Interface IAddInFunction
Represents an Custom Addin Function in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IAddInFunction : IParentApplication
Properties
Name
Returns name of the add-in function. Read-only.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |