Interface IAddInFunctions
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IAddInFunctions : IExcelApplication
- Inherited Members
-
Properties
Count
Property Value
- int
this[int]
IAddInFunction this[int index] { get; }
Parameters
index
int
Property Value
- IAddInFunction
Methods
Add(string)
int Add(string strFunctionName)
Parameters
strFunctionName
string
Returns
- int
Add(string, string)
int Add(string strFileName, string strFunctionName)
Parameters
strFileName
string
strFunctionName
string
Returns
- int