Spread for ASP.NET 12 Product Documentation
GetCustomFunction Method (ICustomFunctionSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ICustomFunctionSupport Interface : GetCustomFunction Method
Name of function
Gets a user-defined function from the model.
Syntax
'Declaration
 
Function GetCustomFunction( _
   ByVal name As String _
) As FunctionInfo
'Usage
 
Dim instance As ICustomFunctionSupport
Dim name As String
Dim value As FunctionInfo
 
value = instance.GetCustomFunction(name)
FunctionInfo GetCustomFunction( 
   string name
)

Parameters

name
Name of function
See Also

Reference

ICustomFunctionSupport Interface
ICustomFunctionSupport Members