Click or drag to resize

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
)

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