Click or drag to resize

IAddInFunctions Add Method (String)

Adds new local 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 strFunctionName
)

Parameters

strFunctionName
Type: System String
Function to add.

Return Value

Type: Int32
Index of the added function.
See Also