Click or drag to resize

XlsAddInFunctionsCollection Add Method (String)

Adds new add-in function.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Add(
	string functionName
)

Parameters

functionName
Type: System String
Function to add.

Return Value

Type: Int32
Index of the added function.

Implements

IAddInFunctions Add(String)
See Also