[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetCustomFunction

GetCustomFunction Method

GetCustomFunction(string)

Gets a user-defined custom function from the model.

Declaration
public FunctionInfo GetCustomFunction(string name)
Public Function GetCustomFunction(name As String) As FunctionInfo
Parameters
Type Name Description
string name

Name of the user-defined custom function to get

Returns
Type Description
FunctionInfo
Implements