XlsAddInFunctionsCollection
Add Method (String, 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 fileName,
string functionName
)
Public Function Add (
fileName As String,
functionName As String
) As Integer
public:
virtual int Add(
String^ fileName,
String^ functionName
) sealed
abstract Add :
fileName : string *
functionName : string -> int
override Add :
fileName : string *
functionName : string -> int
Parameters
-
fileName
-
Type:
System
String
File name.
-
functionName
-
Type:
System
String
Function name.
Return Value
Type:
Int32
Index of the new function.
Implements
IAddInFunctions
Add(String, String)
See Also