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
)
Function Add (
strFunctionName As String
) As Integer
int Add(
String^ strFunctionName
)
abstract Add :
strFunctionName : string -> int
Parameters
-
strFunctionName
-
Type:
System
String
Function to add.
Return Value
Type:
Int32
Index of the added function.
See Also