IAddInFunctions
Add Method (String, String)
|
Adds new function to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int Add(
string strFileName,
string strFunctionName
)
Function Add (
strFileName As String,
strFunctionName As String
) As Integer
int Add(
String^ strFileName,
String^ strFunctionName
)
abstract Add :
strFileName : string *
strFunctionName : string -> int
Parameters
-
strFileName
-
Type:
System
String
Name of the file that contains add-in function.
-
strFunctionName
-
Type:
System
String
Function to add.
Return Value
Type:
Int32
Index of the added function.
See Also